Commit af9902e1 authored by Pascal de Bruijn's avatar Pascal de Bruijn Committed by Matthew Garrett
Browse files

Don't show error if Acer WMI is not found



Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent b404ecbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}