[WATCHDOG] wdt285.c-printk-patch

From: Wim Van Sebroeck
Date: Thu Mar 24 2005 - 03:29:36 EST



Hi Linus, Andrew,

please do a

bk pull http://linux-watchdog.bkbits.net/linux-2.6-watchdog

This will update the following files:

drivers/char/watchdog/wdt285.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

through these ChangeSets:

<wim@xxxxxxxxx> (05/03/24 1.2191)
[WATCHDOG] wdt285.c-printk-patch

printk() calls should include appropriate KERN_* constant.

Signed-off-by: Christophe Lucas <clucas@xxxxxxxxxxxxx>
Signed-off-by: Domen Puncer <domen@xxxxxxxxxxxx>
Signed-off-by: Wim Van Sebroeck <wim@xxxxxxxxx>


The ChangeSets can also be looked at on:
http://linux-watchdog.bkbits.net:8080/linux-2.6-watchdog

For completeness, I added the patches below.

Greetings,
Wim.

================================================================================
diff -Nru a/drivers/char/watchdog/wdt285.c b/drivers/char/watchdog/wdt285.c
--- a/drivers/char/watchdog/wdt285.c 2005-03-24 09:23:57 +01:00
+++ b/drivers/char/watchdog/wdt285.c 2005-03-24 09:23:57 +01:00
@@ -204,11 +204,11 @@
if (retval < 0)
return retval;

- printk("Footbridge Watchdog Timer: 0.01, timer margin: %d sec\n",
+ printk(KERN_INFO "Footbridge Watchdog Timer: 0.01, timer margin: %d sec\n",
soft_margin);

if (machine_is_cats())
- printk("Warning: Watchdog reset may not work on this machine.\n");
+ printk(KERN_WARNING "Warning: Watchdog reset may not work on this machine.\n");
return 0;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/