diff options
author | Pascal de Bruijn <pascal@unilogicnetworks.net> | 2010-08-30 09:09:53 +0200 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 09:36:44 -0400 |
commit | af9902e130d30ce46b5827d18f8dd56e2accbaf1 (patch) | |
tree | 08fec1f4416d99a5f85bf9dc666204ddd142c82a /drivers/platform/x86/acer-wmi.c | |
parent | b404ecbf91a5c19c0f448b513aa26696eee09392 (diff) |
Don't show error if Acer WMI is not found
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/acer-wmi.c')
-rw-r--r-- | drivers/platform/x86/acer-wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 2badee2fdeed..c8c65375bfe2 100644 --- 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; } |