From 29c3e8c8d16b74e91da9be445ff3e14136957753 Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Sat, 9 Oct 2010 14:19:46 +0200 Subject: watchdog: MachZ: fix debug macro Fix debug macro line wrapping. Signed-off-by: Nicolas Kaiser Signed-off-by: Wim Van Sebroeck --- drivers/watchdog/machzwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/watchdog/machzwd.c') 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 -- cgit v1.2.3