missing \n in sc1200wdt driver.

From: Dave Jones
Date: Mon Apr 03 2006 - 00:20:13 EST


Fix printk output.

sc1200wdt: build 20020303<3>sc1200wdt: io parameter must be specified

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- linux-2.6.15.noarch/drivers/char/watchdog/sc1200wdt.c~ 2006-02-01 22:24:11.000000000 -0500
+++ linux-2.6.15.noarch/drivers/char/watchdog/sc1200wdt.c 2006-02-01 22:24:43.000000000 -0500
@@ -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);


-
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/