Skip to content

Commit

Permalink
rtc: xgene: stop using uie_unsupported
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alexandre Belloni committed Mar 23, 2022
1 parent 7e1df2f commit ed90e3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/rtc/rtc-xgene.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ static int xgene_rtc_probe(struct platform_device *pdev)
return ret;
}

/* 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;

Expand Down

0 comments on commit ed90e3e

Please sign in to comment.