]> git.ipfire.org Git - thirdparty/linux.git/commit
rtc: m41t80: reduce verbosity
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 25 May 2025 22:21:52 +0000 (00:21 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 25 May 2025 22:24:46 +0000 (00:24 +0200)
commitc7622a4e44d9d008e0e5edcc46c71854c50cf4a8
treeed76b634e42716bb8f0406f46316676d8c36c135
parent1a7ed2fffbe3096f1b15787b913547db887733c3
rtc: m41t80: reduce verbosity

The driver currently uses dev_err for messages that have a very low probability
of being read by the user as the error will probably never happen and the
systems with the RTC probably don't have any user able to read the message.

Moreover, the only user action after getting this message is the restart the
action so drop the level to dev_dbg.

Link: https://lore.kernel.org/r/20250525222153.1472917-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-m41t80.c