Loading drivers/rtc/rtc-xgene.c +1 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,7 @@ static int xgene_rtc_probe(struct platform_device *pdev) /* HW does not support update faster than 1 seconds */ pdata->rtc->uie_unsupported = 1; pdata->rtc->ops = &xgene_rtc_ops; pdata->rtc->range_max = U32_MAX; ret = rtc_register_device(pdata->rtc); if (ret) { Loading Loading
drivers/rtc/rtc-xgene.c +1 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,7 @@ static int xgene_rtc_probe(struct platform_device *pdev) /* HW does not support update faster than 1 seconds */ pdata->rtc->uie_unsupported = 1; pdata->rtc->ops = &xgene_rtc_ops; pdata->rtc->range_max = U32_MAX; ret = rtc_register_device(pdata->rtc); if (ret) { Loading