https://github.com/torvalds/linux
Revision 412b3729dd0234771c67452b8999191f1e8d8630 authored by Aaro Koskinen on 23 December 2012, 20:03:36 UTC, committed by Wim Van Sebroeck on 02 January 2013, 11:06:58 UTC
We forgot to delete this in the commit 4f4753d9 (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>
1 parent 98e4a29
History
Tip revision: 412b3729dd0234771c67452b8999191f1e8d8630 authored by Aaro Koskinen on 23 December 2012, 20:03:36 UTC
watchdog: omap_wdt: eliminate unused variable and a compiler warning
Tip revision: 412b372

back to top