Skip to content

Commit b1d53c1

Browse files
rtc: rv8803: 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-7-c9a274fd6883@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 893a596 commit b1d53c1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/rtc/rtc-rv8803.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,6 @@ static int rv8803_probe(struct i2c_client *client)
738738

739739
devm_rtc_nvmem_register(rv8803->rtc, &nvmem_cfg);
740740

741-
rv8803->rtc->max_user_freq = 1;
742-
743741
return 0;
744742
}
745743

0 commit comments

Comments
 (0)