Commit 31c6ff51 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Greg Kroah-Hartman

nvmem: add a newline for readability

Visibly separate the GPIO request from the previous operation in the
code with a newline.
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200310132257.23358-6-srinivas.kandagatla@linaro.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e280a8c6
...@@ -347,6 +347,7 @@ struct nvmem_device *nvmem_register(const struct nvmem_config *config) ...@@ -347,6 +347,7 @@ struct nvmem_device *nvmem_register(const struct nvmem_config *config)
kfree(nvmem); kfree(nvmem);
return ERR_PTR(rval); return ERR_PTR(rval);
} }
if (config->wp_gpio) if (config->wp_gpio)
nvmem->wp_gpio = config->wp_gpio; nvmem->wp_gpio = config->wp_gpio;
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment