From: Dave Jones Date: Mon, 3 Apr 2006 23:04:48 +0000 (-0700) Subject: [WATCHDOG] sc1200wdt.c printk fix X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=7071e522a58cb1b3469e4cd8664ef03a32076349;p=linux-edison.git [WATCHDOG] sc1200wdt.c printk fix Fix printk output. sc1200wdt: build 20020303<3>sc1200wdt: io parameter must be specified Signed-off-by: Dave Jones Signed-off-by: Wim Van Sebroeck Signed-off-by: Andrew Morton --- diff --git a/drivers/char/watchdog/sc1200wdt.c b/drivers/char/watchdog/sc1200wdt.c index 515ce757204..20b88f9b7be 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);