]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: omap_wdt: eliminate unused variable and a compiler warning
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sun, 23 Dec 2012 20:03:36 +0000 (22:03 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 2 Jan 2013 11:06:58 +0000 (12:06 +0100)
commitebd2563228769226ae771eb5cfbc1323da905036
tree2acd40d2daf8ebbda60aaa14ffcc0f58b4870fd4
parent5f041a9c5d30bf26fb23acd9c151a0c2db3a83bd
watchdog: omap_wdt: eliminate unused variable and a compiler warning

We forgot to delete this in the commit 0810f06d (watchdog: omap_wdt:
convert to devm_ functions), and as a result the following compilation
warning was introduced:

drivers/watchdog/omap_wdt.c: In function 'omap_wdt_remove':
drivers/watchdog/omap_wdt.c:299:19: warning: unused variable 'res' [-Wunused-variable]

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/omap_wdt.c