[PATCH 5/5] ACPI: Clean up error code path in acpi_unbind_one()

2013-08-05 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The error code path in acpi_unbind_one() is unnecessarily complicated (in particular, the err label is not really necessary) and the error message printed by it is inaccurate (there's nothing called 'acpi_handle' in that function), so clean up those things.

[PATCH 5/5] ACPI: Clean up error code path in acpi_unbind_one()

2013-08-05 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com The error code path in acpi_unbind_one() is unnecessarily complicated (in particular, the err label is not really necessary) and the error message printed by it is inaccurate (there's nothing called 'acpi_handle' in that function), so clean up