Re: [PATCH] watchdog: fix nowayout setting in wm831x_wdt

From: Marc Vertes
Date: Fri Nov 25 2011 - 19:40:39 EST


Marc Vertes <marc.vertes@xxxxxxxxxx> wrote:

> if (nowayout)
> - wm831x_wdt->status |= WDOG_NO_WAY_OUT;
> + setbit(WDOG_NO_WAY_OUT, &wm831x_wdt->status);
set_bit(...) of course.

Regards,
--
Marc
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/