aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGuenter Roeck <[email protected]>2019-04-07 08:29:35 -0700
committerWim Van Sebroeck <[email protected]>2019-05-05 21:02:13 +0200
commit8dd29f19512cc75ee470d7bb8ec86af199de23a8 (patch)
treeb616713ac620edd2e13e51d0048501208cfaf88a /tools/perf/scripts/python
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 <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions