From 674707efc2c3dd835f41e7e0cd439b4e501f8a8b Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Sat, 9 Oct 2010 14:19:46 +0200 Subject: [PATCH] --- yaml --- r: 220565 b: refs/heads/master c: 29c3e8c8d16b74e91da9be445ff3e14136957753 h: refs/heads/master i: 220563: a8e11f1a078f9305c92d5475f6beab64081ff4cd v: v3 --- [refs] | 2 +- trunk/drivers/watchdog/machzwd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 13b59915c9e6..1dd821c2e3ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a422088db21333ba02a0f4fe4f5abfb08c802d35 +refs/heads/master: 29c3e8c8d16b74e91da9be445ff3e14136957753 diff --git a/trunk/drivers/watchdog/machzwd.c b/trunk/drivers/watchdog/machzwd.c index edffe68e3d2f..928035069396 100644 --- a/trunk/drivers/watchdog/machzwd.c +++ b/trunk/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