From: Rafael J. Wysocki Date: Tue, 6 Aug 2013 23:11:33 +0000 (+0200) Subject: ACPI / scan: Drop unnecessary label from acpi_create_platform_device() X-Git-Tag: v3.12-rc1~178^2~12^2~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2fe7251a36012bc552a4c95246d486a8e284043;p=pandora-kernel.git ACPI / scan: Drop unnecessary label from acpi_create_platform_device() The create_dev label in acpi_create_platform_device() is not necessary, because the if statement causing the jump to it to happen may be rearranged to avoid that jump. Rework the code accordingly (no functional changes should result drom that). Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed