]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/watchdog/tqmx86_wdt.c
watchdog: tqmx86_wdt: Use 'dev' instead of dereferencing it repeatedly
authorGuenter Roeck <linux@roeck-us.net>
Wed, 10 Apr 2019 16:27:43 +0000 (09:27 -0700)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 5 May 2019 19:02:31 +0000 (21:02 +0200)
commit09fb6d010a574334ec3959b2ba206d8247565c8e
tree1f487e156466edfd4797925504505edc5006abda
parentedad75280506036a947a6e180db2b2d350658eb8
watchdog: tqmx86_wdt: Use 'dev' instead of dereferencing it repeatedly

Introduce local variable 'struct device *dev' and use it instead of
dereferencing it repeatedly.

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

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