commit | d2fe7251a36012bc552a4c95246d486a8e284043 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Aug 07 01:11:33 2013 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Aug 07 01:11:33 2013 +0200 |
tree | ca4a9e7b9ba148797e8bc899ac114343e3b488f9 | |
parent | caf5c03f17c33a14ef0e7033000f89e4d0910f5a [diff] |
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 <rafael.j.wysocki@intel.com>