Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 435c55d1 authored by Paul Mundt's avatar Paul Mundt Committed by Paul Mundt
Browse files

rtc: rtc-sh: Fix up dev_dbg() warnings.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 5f8c9908
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ static int sh_rtc_read_time(struct device *dev, struct rtc_time *tm)
		tm->tm_sec--;
#endif

	dev_dbg(&dev, "%s: tm is secs=%d, mins=%d, hours=%d, "
	dev_dbg(dev, "%s: tm is secs=%d, mins=%d, hours=%d, "
		"mday=%d, mon=%d, year=%d, wday=%d\n",
		__FUNCTION__,
		tm->tm_sec, tm->tm_min, tm->tm_hour,