Loading drivers/rtc/rtc-omap.c +1 −0 Original line number Diff line number Diff line Loading @@ -449,6 +449,7 @@ static void omap_rtc_power_off(void) if (tm2bcd(&tm) < 0) { dev_err(&rtc->rtc->dev, "power off failed\n"); rtc->type->lock(rtc); return; } Loading Loading
drivers/rtc/rtc-omap.c +1 −0 Original line number Diff line number Diff line Loading @@ -449,6 +449,7 @@ static void omap_rtc_power_off(void) if (tm2bcd(&tm) < 0) { dev_err(&rtc->rtc->dev, "power off failed\n"); rtc->type->lock(rtc); return; } Loading