aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/machzwd.c
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2010-10-09 14:19:46 +0200
committerWim Van Sebroeck <wim@iguana.be>2010-10-28 21:42:59 +0000
commit29c3e8c8d16b74e91da9be445ff3e14136957753 (patch)
tree0121019d716805b7d48c92bb0b758e6bd3eebbf0 /drivers/watchdog/machzwd.c
parentwatchdog: it8712f_wdt: Add module parameter for alternative reset sources (diff)
downloadlinux-dev-29c3e8c8d16b74e91da9be445ff3e14136957753.tar.xz
linux-dev-29c3e8c8d16b74e91da9be445ff3e14136957753.zip
watchdog: MachZ: fix debug macro
Fix debug macro line wrapping. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/machzwd.c')
-rw-r--r--drivers/watchdog/machzwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/machzwd.c b/drivers/watchdog/machzwd.c
index edffe68e3d2f..928035069396 100644
--- 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