[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230827221643.544259-1-alexandre.belloni@bootlin.com>
Date: Mon, 28 Aug 2023 00:16:40 +0200
From: alexandre.belloni@...tlin.com
To: Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Chen-Yu Tsai <wens@...e.org>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Samuel Holland <samuel@...lland.org>
Cc: linux-rtc@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-sunxi@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH 1/3] rtc: sun6i: remove unnecessary message
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
The core already print a message once the rtc is successfully registered,
it is not necessary to print an other one.
Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
---
drivers/rtc/rtc-sun6i.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/rtc/rtc-sun6i.c b/drivers/rtc/rtc-sun6i.c
index 753a2d9c8a17..8e0c66906103 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;
}
--
2.41.0
Powered by blists - more mailing lists