]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
watchdog: da9052_wdt: Drop reference counting
authorGuenter Roeck <linux@roeck-us.net>
Sat, 26 Dec 2015 00:01:43 +0000 (16:01 -0800)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 29 Dec 2015 19:36:03 +0000 (20:36 +0100)
commit756d1e9247dff6d416b0c9e073247f5e808bb5fa
tree2fd46296766a0249bfcd4722ec9e5d14c34cce43
parentb4ffb1909843b28f3b1b60197d517b123b7a9b66
watchdog: da9052_wdt: Drop reference counting

Reference counting is now implemented in the watchdog core and no longer
required in watchdog drivers.

Since it was implememented a no-op, and since the local memory is allocated
with devm_kzalloc(), the reference counting code in the driver really did
not really work anyway, and this patch effectively fixes a bug which could
cause a crash on unloading if the watchdog device was still open.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/da9052_wdt.c