From: Rafael J. Wysocki Date: Thu, 7 Aug 2008 22:18:04 +0000 (+0200) Subject: e100: Use pci_pme_active to clear PME_Status and disable PME# X-Git-Tag: v2.6.27-rc7~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7272403d2f9be3dbb7cc185fcc390e781b1af6b;p=pandora-kernel.git e100: Use pci_pme_active to clear PME_Status and disable PME# Currently e100 uses pci_enable_wake() to clear pending wake-up events and disable PME# during intitialization, but that function is not suitable for this purpose, because it immediately returns error code if device_may_wakeup() returns false for given device. Make e100 use pci_pme_active(), which carries out exactly the required operations, instead. Signed-off-by: Rafael J. Wysocki Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed