Skip to content

Commit

Permalink
rtc: sun6i: remove unnecessary message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexandre Belloni committed Sep 5, 2023
1 parent 348c11a commit 94ec1f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/rtc/rtc-sun6i.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 94ec1f0

Please sign in to comment.