aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-04-03 16:04:48 -0700
committerWim Van Sebroeck <wim@iguana.be>2006-05-15 21:37:36 +0200
commit7071e522a58cb1b3469e4cd8664ef03a32076349 (patch)
tree1c61882b28b4b7c86c4425726c8bd5f95384d770
parentLinux v2.6.17-rc4 (diff)
downloadlinux-dev-7071e522a58cb1b3469e4cd8664ef03a32076349.tar.xz
linux-dev-7071e522a58cb1b3469e4cd8664ef03a32076349.zip
[WATCHDOG] sc1200wdt.c printk fix
Fix printk output. sc1200wdt: build 20020303<3>sc1200wdt: io parameter must be specified Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@osdl.org>
-rw-r--r--drivers/char/watchdog/sc1200wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/watchdog/sc1200wdt.c b/drivers/char/watchdog/sc1200wdt.c
index 515ce7572049..20b88f9b7be2 100644
--- a/drivers/char/watchdog/sc1200wdt.c
+++ b/drivers/char/watchdog/sc1200wdt.c
@@ -377,7 +377,7 @@ static int __init sc1200wdt_init(void)
{
int ret;
- printk(banner);
+ printk("%s\n", banner);
spin_lock_init(&sc1200wdt_lock);
sema_init(&open_sem, 1);