On Wed, Mar 02, 2011 at 05:11:58PM +0100, Michael Buesch wrote: > @@ -175,9 +124,9 @@ static int retu_wdt_release(struct inode > struct retu_wdt_dev *wdev = file->private_data; > > #ifndef CONFIG_WATCHDOG_NOWAYOUT > - retu_wdt_ping_enable(retu_wdt); > + retu_wdt_ping_enable(wdev); > #endif > - clear_bit(0, &retu_wdt->users); > + clear_bit(0, &wdev->users); this hunk isn't part of this patch. -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html