[PATCH] watchdog: omap_wdt: eliminate unused variable and a compiler warning

2012-12-23 Thread Aaro Koskinen
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' [-Wunu

Re: [PATCH] watchdog: omap_wdt: eliminate unused variable and a compiler warning

2012-12-23 Thread Paul Walmsley
On Sun, 23 Dec 2012, Aaro Koskinen wrote: > 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/om