Skip to content

Commit

Permalink
watchdog: MachZ: fix debug macro
Browse files Browse the repository at this point in the history
Fix debug macro line wrapping.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
nikai3d authored and Wim Van Sebroeck committed Oct 28, 2010
1 parent a422088 commit 29c3e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/machzwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 29c3e8c

Please sign in to comment.