diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-08 11:56:27 +0900 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-05-09 01:35:00 +0000 |
commit | 435c55d1ef3ec5460fab8c332a693ef5fad18454 (patch) | |
tree | 8d3631044938b3e84efabdb3a42e95ff378f9839 | |
parent | 5f8c9908f200b775a3d6c345bc6f3e928e2426a9 (diff) | |
download | linux-3.10-435c55d1ef3ec5460fab8c332a693ef5fad18454.tar.gz linux-3.10-435c55d1ef3ec5460fab8c332a693ef5fad18454.tar.bz2 linux-3.10-435c55d1ef3ec5460fab8c332a693ef5fad18454.zip |
rtc: rtc-sh: Fix up dev_dbg() warnings.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | drivers/rtc/rtc-sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sh.c b/drivers/rtc/rtc-sh.c index 6abf4811958..bde3d34cb00 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, |