diff options
author | Guenter Roeck <linux@roeck-us.net> | 2019-04-08 12:38:35 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2019-05-05 21:02:17 +0200 |
commit | 6e8a7c75d7e5d2861529cc8f43b958e834b900f7 (patch) | |
tree | 9f28f1a36e2add2cca6947f7380ca19933aa5a4c /drivers/clk/clk-max9485.c | |
parent | 862c13b5518c556fce974ddcc9837fa94176adff (diff) | |
download | linux-6e8a7c75d7e5d2861529cc8f43b958e834b900f7.tar.gz linux-6e8a7c75d7e5d2861529cc8f43b958e834b900f7.tar.bz2 linux-6e8a7c75d7e5d2861529cc8f43b958e834b900f7.zip |
watchdog: da9062_wdt: Use 'dev' instead of dereferencing it repeatedly
Introduce local variable 'struct device *dev' and use it instead of
dereferencing it repeatedly. Also replace 'ret = func(); return ret;'
with 'return func();'.
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
Cc: Support Opensource <support.opensource@diasemi.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/clk/clk-max9485.c')
0 files changed, 0 insertions, 0 deletions