summaryrefslogtreecommitdiff
path: root/drivers/fpga/xilinx-spi.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2019-04-07 08:29:35 -0700
committerWim Van Sebroeck <wim@linux-watchdog.org>2019-05-05 21:02:13 +0200
commit8dd29f19512cc75ee470d7bb8ec86af199de23a8 (patch)
treeb616713ac620edd2e13e51d0048501208cfaf88a /drivers/fpga/xilinx-spi.c
parente2a4aeda87d39b616c4064ae8c67972f283067ee (diff)
watchdog: rtd119x_wdt: Fix remove function
The driver registers the watchdog with devm_watchdog_register_device() but still calls watchdog_unregister_device() on remove. Since clocks have to be stopped when removing the driver, after the watchdog device has been unregistered, we can not drop the call to watchdog_unregister_device(). Use watchdog_register_device() to register the watchdog. Fixes: 2bdf6acbfead7 ("watchdog: Add Realtek RTD1295") Cc: Andreas Färber <afaerber@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/fpga/xilinx-spi.c')
0 files changed, 0 insertions, 0 deletions