From: Nicolas Kaiser Date: Sat, 9 Oct 2010 12:19:46 +0000 (+0200) Subject: watchdog: MachZ: fix debug macro X-Git-Tag: v2.6.37-rc1~53^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29c3e8c8d16b74e91da9be445ff3e14136957753;p=platform%2Fkernel%2Flinux-3.10.git watchdog: MachZ: fix debug macro Fix debug macro line wrapping. Signed-off-by: Nicolas Kaiser Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/machzwd.c b/drivers/watchdog/machzwd.c index edffe68..9280350 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