Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7071e522 authored by Dave Jones's avatar Dave Jones Committed by Wim Van Sebroeck
Browse files

[WATCHDOG] sc1200wdt.c printk fix



Fix printk output.

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

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent d8c3291c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);