Loading arch/arm/mach-msm/msm_watchdog_v2.c +2 −2 Original line number Diff line number Diff line Loading @@ -126,9 +126,9 @@ static int panic_wdog_handler(struct notifier_block *this, __raw_writel(0, wdog_dd->base + WDT0_EN); mb(); } else { __raw_writel(WDT_HZ * (panic_timeout + 4), __raw_writel(WDT_HZ * (panic_timeout + 10), wdog_dd->base + WDT0_BARK_TIME); __raw_writel(WDT_HZ * (panic_timeout + 4), __raw_writel(WDT_HZ * (panic_timeout + 10), wdog_dd->base + WDT0_BITE_TIME); __raw_writel(1, wdog_dd->base + WDT0_RST); } Loading Loading
arch/arm/mach-msm/msm_watchdog_v2.c +2 −2 Original line number Diff line number Diff line Loading @@ -126,9 +126,9 @@ static int panic_wdog_handler(struct notifier_block *this, __raw_writel(0, wdog_dd->base + WDT0_EN); mb(); } else { __raw_writel(WDT_HZ * (panic_timeout + 4), __raw_writel(WDT_HZ * (panic_timeout + 10), wdog_dd->base + WDT0_BARK_TIME); __raw_writel(WDT_HZ * (panic_timeout + 4), __raw_writel(WDT_HZ * (panic_timeout + 10), wdog_dd->base + WDT0_BITE_TIME); __raw_writel(1, wdog_dd->base + WDT0_RST); } Loading