From: Rafael J. Wysocki Date: Thu, 8 Aug 2013 14:19:10 +0000 (+0200) Subject: ACPI: Drop unnecessary label from acpi_bind_one() X-Git-Tag: v3.12-rc1~178^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3342c753bdeb29ec29d721c7ce38d283cc969174;p=pandora-kernel.git ACPI: Drop unnecessary label from acpi_bind_one() The out_free label in acpi_bind_one() is only jumped to from one place, so in fact it is not necessary, because the code below it can be moved to that place directly. Move that code and drop the label. Signed-off-by: Rafael J. Wysocki Acked-by: Toshi Kani --- Reading git-diff-tree failed