projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b404ecb
)
Don't show error if Acer WMI is not found
author
Pascal de Bruijn
<pascal@unilogicnetworks.net>
Mon, 30 Aug 2010 07:09:53 +0000
(09:09 +0200)
committer
Matthew Garrett
<mjg@redhat.com>
Thu, 21 Oct 2010 13:36:44 +0000
(09:36 -0400)
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/acer-wmi.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/acer-wmi.c
b/drivers/platform/x86/acer-wmi.c
index 2badee2fdeed4238adf3c77844c4fbdacdaef70a..c8c65375bfe2cf61e83276c97ad3eed86453a0a0 100644
(file)
--- a/
drivers/platform/x86/acer-wmi.c
+++ b/
drivers/platform/x86/acer-wmi.c
@@
-1314,7
+1314,7
@@
static int __init acer_wmi_init(void)
AMW0_find_mailled();
if (!interface) {
- printk(ACER_
ERR
"No or unsupported WMI interface, unable to "
+ printk(ACER_
INFO
"No or unsupported WMI interface, unable to "
"load\n");
return -ENODEV;
}