Skip to content

Commit 94ec1f0

Browse files
rtc: sun6i: remove unnecessary message
The core already print a message once the rtc is successfully registered, it is not necessary to print an other one. Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20230827221643.544259-1-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 348c11a commit 94ec1f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/rtc/rtc-sun6i.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,6 @@ static int sun6i_rtc_probe(struct platform_device *pdev)
846846
if (ret)
847847
return ret;
848848

849-
dev_info(&pdev->dev, "RTC enabled\n");
850-
851849
return 0;
852850
}
853851

0 commit comments

Comments
 (0)