From: Rafael J. Wysocki Date: Thu, 24 Apr 2014 17:27:49 +0000 (+0200) Subject: ACPI / notify: Do not block unknown type notifications in root handler X-Git-Tag: omap-for-v3.16/pm-signed~49^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f66abe92ce498672ac44d550f51a526597c731c4;p=pandora-kernel.git ACPI / notify: Do not block unknown type notifications in root handler Commit 1a699476e258 "ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()" changed the root notify handler, acpi_bus_notify(), to block unknown type norifications, but it overlooked the fact that they might be propagated to drivers via the ->notify() callback. Fix the problem by allowing drivers to receive unknown type notifications via ->notify() as before. Fixes: 1a699476e258 (ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()) Reported-and-tested-by: Mantas Mikulėnas Reported-and-tested-by: Sitsofe Wheeler Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed