]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: cmos: remove stale REVISIT comments
authorMateusz Jończyk <mat.jonczyk@o2.pl>
Fri, 16 Jul 2021 21:04:37 +0000 (23:04 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 17 Aug 2021 21:39:20 +0000 (23:39 +0200)
commitc2d08c03c1ba1d9e1bc41d0946dff872b25bc1b9
tree2fc9ae137f6d07964cbaba9313d3d3950830e0c3
parentdb0a75ce1da69c0b488d8e3060ae0f196d755494
rtc: cmos: remove stale REVISIT comments

It appears mc146818_get_time() and mc146818_set_time() now correctly
use the century register as specified in the ACPI FADT table. It is not
clear what else could be done here.

These comments were introduced by
        commit 96e4f3a6e950 ("[PATCH] RTC framework driver for CMOS RTCs")
in 2007, which originally referenced function get_rtc_time() in
include/asm-generic/rtc.h .

Signed-off-by: Mateusz Jończyk <mat.jonczyk@o2.pl>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210716210437.29622-1-mat.jonczyk@o2.pl
drivers/rtc/rtc-cmos.c