[PATCH 28/30] ACPI / hotplug / PCI: Redefine enable_device() and disable_device()

2013-07-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Notice that functions enable_device() and disable_device() cannot fail and their return values are ignored in the majority of places, so redefine them as void and use the opportunity to change their names to enable_slot() and disable_slot(), respectively, which much

[PATCH 28/30] ACPI / hotplug / PCI: Redefine enable_device() and disable_device()

2013-07-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Notice that functions enable_device() and disable_device() cannot fail and their return values are ignored in the majority of places, so redefine them as void and use the opportunity to change their names to enable_slot() and disable_slot(),