aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2023-08-28 00:16:40 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2023-09-06 01:26:04 +0200
commit94ec1f06d02350860e0579b8058f1ef87506f697 (patch)
treebf664f90ac2fed36bb46e29841a7887820c26cee
parent348c11a7d71b0b216f28ea077137e2351ab0dea8 (diff)
downloadxfs-linux-94ec1f06d02350860e0579b8058f1ef87506f697.tar.gz
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>
-rw-r--r--drivers/rtc/rtc-sun6i.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-sun6i.c b/drivers/rtc/rtc-sun6i.c
index 753a2d9c8a1775..8e0c669061036c 100644
--- a/drivers/rtc/rtc-sun6i.c
+++ b/drivers/rtc/rtc-sun6i.c
@@ -846,8 +846,6 @@ static int sun6i_rtc_probe(struct platform_device *pdev)
if (ret)
return ret;
- dev_info(&pdev->dev, "RTC enabled\n");
-
return 0;
}