mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 23:54:04 +08:00
alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality
This function doesn't do anything like this comment says when an RTC device
hasn't been chosen. It looks like we used to do something like that before
commit 8bc0dafb5c
("alarmtimers: Rework RTC device selection using class
interface") but that's long gone now. Remove this sentence to avoid
confusing the reader.
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200124055849.154411-5-swboyd@chromium.org
This commit is contained in:
parent
eb5a4d0a9e
commit
6b088cefbe
@ -69,8 +69,6 @@ static DEFINE_SPINLOCK(rtcdev_lock);
|
||||
* alarmtimer_get_rtcdev - Return selected rtcdevice
|
||||
*
|
||||
* This function returns the rtc device to use for wakealarms.
|
||||
* If one has not already been chosen, it checks to see if a
|
||||
* functional rtc device is available.
|
||||
*/
|
||||
struct rtc_device *alarmtimer_get_rtcdev(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user