On 3/7/12, Srinidhi Kasagar [off-list ref] wrote:
On Wed, Mar 07, 2012 at 11:27:55 +0100, Viresh KUMAR wrote:
quoted
+ wdt->boot_status = (readl(wdt->base + TWD_WDOG_RESETSTAT) &
+ TWD_WDOG_RESETSTAT_MASK) ? WDIOF_CARDRESET : 0;
+
I see that patch 12/15 does this, why are you doing it here again in clock
patch?
quoted
- wdt->boot_status = (readl(wdt->base + TWD_WDOG_RESETSTAT) &
- TWD_WDOG_RESETSTAT_MASK) ? WDIOF_CARDRESET : 0;
-
oh, you delete this stuff here again.
something messy in patch creation?
Yes. It does look messy. But it was intentional to move this code up
in the function.
Will move clk patch before IOCTL addition patch to make it clean.
--
viresh