Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b963c40 authored by Carlos Corbacho's avatar Carlos Corbacho Committed by Len Brown
Browse files

acer-wmi: Don't warn if mail LED cannot be detected



This warning confuses users, who think it is an error. Not detecting the
mail LED simply means it isn't there, so let's not unduly panic users.

Signed-off-by: default avatarCarlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 343c0042
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -1069,10 +1069,8 @@ static int __init acer_wmi_init(void)
		}
		}
	}
	}


	if (wmi_has_guid(AMW0_GUID1)) {
	if (wmi_has_guid(AMW0_GUID1))
		if (ACPI_FAILURE(AMW0_find_mailled()))
		AMW0_find_mailled();
			printk(ACER_ERR "Unable to detect mail LED\n");
	}


	find_quirks();
	find_quirks();