diff options
author | Guenter Roeck <[email protected]> | 2017-01-10 15:21:45 -0800 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2017-02-24 14:00:23 -0800 |
commit | 5f5aa6f10a11450fb326430bbbb67abf160edb95 (patch) | |
tree | b965d4665b9eb647ccc8192aa198667a42979c2f /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | cb5c14ea573b625053487f9dfde395ac0e8bc11b (diff) |
watchdog: bcm2835_wdt: Convert to use device managed functions and other improvements
Use device managed functions to simplify error handling, reduce
source code size, improve readability, and reduce the likelyhood of bugs.
Other improvements as listed below.
The conversion was done automatically with coccinelle using the
following semantic patches. The semantic patches and the scripts used
to generate this commit log are available at
https://github.com/groeck/coccinelle-patches
- Drop assignments to otherwise unused variables
- Replace of_iomap() with platform_get_resource() followed by
devm_ioremap_resource()
- Replace &pdev->dev with dev if 'struct device *dev' is a declared
variable
- Use devm_watchdog_register_driver() to register watchdog device
- Replace shutdown function with call to watchdog_stop_on_reboot()
Cc: Stephen Warren <[email protected]>
Cc: Lee Jones <[email protected]>
Cc: Florian Fainelli <[email protected]>
Cc: Ray Jui <[email protected]>
Cc: Scott Branden <[email protected]>
Acked-by: Eric Anholt <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions