watchdog: imx2_wdt: Fix the argument of watchdog_active()
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 16 Dec 2014 00:49:59 +0000 (22:49 -0200)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 18 Dec 2014 15:01:20 +0000 (16:01 +0100)
commitba90f261cdcbf5535bb46381b1849815268daa3f
tree6edca962bed86b03168481d80cb74780e31aa2a5
parentaefbaf3a3fa030ed7ef3cc9456ed82e6611c1dcb
watchdog: imx2_wdt: Fix the argument of watchdog_active()

Fix the following build warning by passing the expected argument type to
watchdog_active():

drivers/watchdog/imx2_wdt.c: In function 'imx2_wdt_suspend':
drivers/watchdog/imx2_wdt.c:340:2: warning: passing argument 1 of 'watchdog_active' from incompatible pointer type [enabled by default]
In file included from drivers/watchdog/imx2_wdt.c:38:0:
include/linux/watchdog.h:104:20: note: expected 'struct watchdog_device *' but argument is of type 'struct watchdog_device **'

Reported-by: Olof's autobuilder <build@lixom.net>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/imx2_wdt.c