Skip to content

Commit ed90e3e

Browse files
rtc: xgene: stop using uie_unsupported
Remove bogus use of uie_unsupported. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20220309162301.61679-28-alexandre.belloni@bootlin.com
1 parent 7e1df2f commit ed90e3e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/rtc/rtc-xgene.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ static int xgene_rtc_probe(struct platform_device *pdev)
180180
return ret;
181181
}
182182

183-
/* HW does not support update faster than 1 seconds */
184-
pdata->rtc->uie_unsupported = 1;
185183
pdata->rtc->ops = &xgene_rtc_ops;
186184
pdata->rtc->range_max = U32_MAX;
187185

0 commit comments

Comments
 (0)