projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c3291
)
[WATCHDOG] sc1200wdt.c printk fix
author
Dave Jones
<davej@redhat.com>
Mon, 3 Apr 2006 23:04:48 +0000
(16:04 -0700)
committer
Wim Van Sebroeck
<wim@iguana.be>
Mon, 15 May 2006 19:37:36 +0000
(21:37 +0200)
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>
drivers/char/watchdog/sc1200wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/watchdog/sc1200wdt.c
b/drivers/char/watchdog/sc1200wdt.c
index 515ce757204996c188589e74ce29341f8b41ab76..20b88f9b7be20d9081c58a72e217a89a394661f2 100644
(file)
--- 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);