From: Rafael J. Wysocki Date: Tue, 6 Aug 2013 23:22:51 +0000 (+0200) Subject: ACPI: Clean up error code path in acpi_unbind_one() X-Git-Tag: v3.12-rc1~178^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e88839eff8a3d2e8d3bcc2ad833fe51cca0496;p=pandora-kernel.git ACPI: Clean up error code path in acpi_unbind_one() 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. Signed-off-by: Rafael J. Wysocki Acked-by: Toshi Kani Acked-by: Yasuaki Ishimatsu --- Reading git-diff-tree failed