diff options
| author | Dave Jones <davej@redhat.com> | 2006-04-03 19:04:48 -0400 |
|---|---|---|
| committer | Wim Van Sebroeck <wim@iguana.be> | 2006-05-15 15:37:36 -0400 |
| commit | 7071e522a58cb1b3469e4cd8664ef03a32076349 (patch) | |
| tree | 1c61882b28b4b7c86c4425726c8bd5f95384d770 | |
| parent | d8c3291c73b958243b33f8509d4507e76dafd055 (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: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@osdl.org>
| -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) | |||
| 377 | { | 377 | { |
| 378 | int ret; | 378 | int ret; |
| 379 | 379 | ||
| 380 | printk(banner); | 380 | printk("%s\n", banner); |
| 381 | 381 | ||
| 382 | spin_lock_init(&sc1200wdt_lock); | 382 | spin_lock_init(&sc1200wdt_lock); |
| 383 | sema_init(&open_sem, 1); | 383 | sema_init(&open_sem, 1); |
