aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog
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
parenta422088db21333ba02a0f4fe4f5abfb08c802d35 (diff)
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')
-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 edffe68e3d2..92803506939 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