From: Paul Mundt Date: Tue, 8 May 2007 02:56:27 +0000 (+0900) Subject: rtc: rtc-sh: Fix up dev_dbg() warnings. X-Git-Tag: v2.6.22-rc1~143^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=435c55d1ef3ec5460fab8c332a693ef5fad18454;p=karo-tx-linux.git rtc: rtc-sh: Fix up dev_dbg() warnings. Signed-off-by: Paul Mundt --- diff --git a/drivers/rtc/rtc-sh.c b/drivers/rtc/rtc-sh.c index 6abf4811958c..bde3d34cb007 100644 --- a/drivers/rtc/rtc-sh.c +++ b/drivers/rtc/rtc-sh.c @@ -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,