From: Bjorn Helgaas Date: Thu, 27 Apr 2006 09:25:00 +0000 (-0400) Subject: ACPI: acpi_bus_unregister_driver() returns void X-Git-Tag: v2.6.18-rc1~1081^2~19^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ea8e08ae7e7e450b6a78e7ce5e10b3c5f954ea;p=pandora-kernel.git ACPI: acpi_bus_unregister_driver() returns void Nobody looks at the return value, and this brings it into line with pci_unregister_driver(), etc. Also removed validation of the driver pointer passed in to register and unregister. More consistent, and we'll find bugs faster if we fault rather than returning an error that's ignored. Also makes internal functions acpi_device_unregister() and acpi_driver_detach() void, since nobody uses their returns either. Signed-off-by: Bjorn Helgaas Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed