Skip to content

Commit 69dd36c

Browse files
rtc: rx6110: stop setting max_user_freq
max_user_freq has not been related to the hardware RTC since commit 6610e08 ("RTC: Rework RTC code to use timerqueue for events"). Stop setting it from individual driver to avoid confusing new contributors. Link: https://patch.msgid.link/20251101-max_user_freq-v1-8-c9a274fd6883@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent b1d53c1 commit 69dd36c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/rtc/rtc-rx6110.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ static int rx6110_probe(struct rx6110_data *rx6110, struct device *dev)
324324
if (err)
325325
return err;
326326

327-
rx6110->rtc->max_user_freq = 1;
328-
329327
return 0;
330328
}
331329

0 commit comments

Comments
 (0)