]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
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 edffe68e3d2fe0e5fe0e94e53a2de08c8fb492c0..928035069396e8117dedca9c5284b7841057d372 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