From: Aaro Koskinen Date: Sun, 23 Dec 2012 20:03:36 +0000 (+0200) Subject: watchdog: omap_wdt: eliminate unused variable and a compiler warning X-Git-Tag: v3.8-rc2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412b3729dd0234771c67452b8999191f1e8d8630;p=pandora-kernel.git watchdog: omap_wdt: eliminate unused variable and a compiler warning 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 Reviewed-by: Paul Walmsley Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed