summary refs log tree commit diff
path: root/drivers/rtc
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-06-02 14:01:37 +0200
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-06-03 10:52:04 +0200
commit9f8606533b961b06c258cf4804e3379aa14c5951 (patch)
treea199b1208fd2cc4e9e13e0606f81e788564ecf37 /drivers/rtc
parent77a73f3caece06d1d17268f43ec39c5779e6ce24 (diff)
downloadlinux-9f8606533b961b06c258cf4804e3379aa14c5951.tar.gz
rtc: dev: remove rtc->name from debug message
rtc->name is superfluous here because the rtc is already registered at that
point and its name has already been printed.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-dev.c b/drivers/rtc/rtc-dev.c
index e81a8711fea7..794bc4fa4937 100644
--- a/drivers/rtc/rtc-dev.c
+++ b/drivers/rtc/rtc-dev.c
@@ -464,7 +464,7 @@ void rtc_dev_prepare(struct rtc_device *rtc)
 		return;
 
 	if (rtc->id >= RTC_DEV_MAX) {
-		dev_dbg(&rtc->dev, "%s: too many RTC devices\n", rtc->name);
+		dev_dbg(&rtc->dev, "too many RTC devices\n");
 		return;
 	}