projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f8c990
)
rtc: rtc-sh: Fix up dev_dbg() warnings.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 8 May 2007 02:56:27 +0000
(11:56 +0900)
committer
Paul Mundt
<lethal@hera.kernel.org>
Wed, 9 May 2007 01:35:00 +0000
(
01:35
+0000)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/rtc/rtc-sh.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-sh.c
b/drivers/rtc/rtc-sh.c
index 6abf4811958c3969270fb09e3f8fffd23b656013..bde3d34cb0076887ef1e1e0879ee692b30d6a08c 100644
(file)
--- 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,