projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a422088
)
watchdog: MachZ: fix debug macro
author
Nicolas Kaiser
<nikai@nikai.net>
Sat, 9 Oct 2010 12:19:46 +0000
(14:19 +0200)
committer
Wim Van Sebroeck
<wim@iguana.be>
Thu, 28 Oct 2010 21:42:59 +0000
(21:42 +0000)
Fix debug macro line wrapping.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/machzwd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/machzwd.c
b/drivers/watchdog/machzwd.c
index edffe68e3d2fe0e5fe0e94e53a2de08c8fb492c0..928035069396e8117dedca9c5284b7841057d372 100644
(file)
--- a/
drivers/watchdog/machzwd.c
+++ b/
drivers/watchdog/machzwd.c
@@
-143,7
+143,7
@@
static unsigned long next_heartbeat;
#ifndef ZF_DEBUG
# define dprintk(format, args...)
#else
-# define dprintk(format, args...) printk(KERN_DEBUG PFX
+# define dprintk(format, args...) printk(KERN_DEBUG PFX
\
":%s:%d: " format, __func__, __LINE__ , ## args)
#endif