watchdog: MachZ: fix debug macro
authorNicolas Kaiser <nikai@nikai.net>
Sat, 9 Oct 2010 12:19:46 +0000 (14:19 +0200)
committerWim 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

index edffe68..9280350 100644 (file)
@@ -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