]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
rtc: 88pm860x: remove useless range check
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 15 Apr 2020 20:02:26 +0000 (22:02 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 18 Apr 2020 20:42:06 +0000 (22:42 +0200)
commit9f210ec65acc525db49de3223b935f9dd4c2f5b5
tree5a35708bf8b22a8ea8eeebaf9beac21fbe749755
parent06030d5001494f67fe2dee65c49c2f0e54e34eba
rtc: 88pm860x: remove useless range check

Because the core is now checking the RTC range, it is unnecessary to check
it again in .set_time/

Link: https://lore.kernel.org/r/20200415200226.157361-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-88pm860x.c