diff options
author | Dave Jones <davej@redhat.com> | 2006-04-03 16:04:48 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-05-15 21:37:36 +0200 |
commit | 7071e522a58cb1b3469e4cd8664ef03a32076349 (patch) | |
tree | 1c61882b28b4b7c86c4425726c8bd5f95384d770 /drivers | |
parent | d8c3291c73b958243b33f8509d4507e76dafd055 (diff) | |
download | talos-obmc-linux-7071e522a58cb1b3469e4cd8664ef03a32076349.tar.gz talos-obmc-linux-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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/watchdog/sc1200wdt.c | 2 |
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); |