Commit 29c3e8c8 authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Wim Van Sebroeck

watchdog: MachZ: fix debug macro

Fix debug macro line wrapping.
Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent a422088d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment