projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33cab1b
)
topstar-laptop: Convert remaining printk to pr_info
author
Joe Perches
<joe@perches.com>
Tue, 29 Mar 2011 22:21:51 +0000
(15:21 -0700)
committer
Matthew Garrett
<mjg@redhat.com>
Fri, 27 May 2011 16:35:52 +0000
(12:35 -0400)
To be similar to all other uses.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/topstar-laptop.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/topstar-laptop.c
b/drivers/platform/x86/topstar-laptop.c
index
1d07d6d
..
4c20447
100644
(file)
--- a/
drivers/platform/x86/topstar-laptop.c
+++ b/
drivers/platform/x86/topstar-laptop.c
@@
-194,7
+194,7
@@
static int __init topstar_laptop_init(void)
if (ret < 0)
return ret;
- pr
intk(KERN_INFO "Topstar Laptop
ACPI extras driver loaded\n");
+ pr
_info("
ACPI extras driver loaded\n");
return 0;
}