mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 00:00:00 +00:00
nvmem: release the write-protect pin
Put the write-protect GPIO descriptor in nvmem_release() so that it can be automatically released when the associated device's reference count drops to 0. Fixes: 2a127da461a9 ("nvmem: add support for the write-protect pin") Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Khouloud Touil <ktouil@baylibre.com> Cc: stable <stable@vger.kernel.org> [Bartosz: tweak the commit message] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20200310132257.23358-8-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f7d8d7dcd9
commit
a9c3766cb1
@ -72,6 +72,7 @@ static void nvmem_release(struct device *dev)
|
||||
struct nvmem_device *nvmem = to_nvmem_device(dev);
|
||||
|
||||
ida_simple_remove(&nvmem_ida, nvmem->id);
|
||||
gpiod_put(nvmem->wp_gpio);
|
||||
kfree(nvmem);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user