diff options
author | Dave Jones <davej@redhat.com> | 2006-12-18 00:13:47 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-18 00:13:47 +0100 |
commit | 18d16ac9bb3d73a8b1027fdf33e8dbc3cc592982 (patch) | |
tree | d9873d650f4877a0f27d758284e854c8fdc21bab /drivers | |
parent | 99146a2190e4606aa6803f5995de885f178ebccd (diff) |
[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: Adrian Bunk <bunk@stusta.de>
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 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); |