ACPI: Drop unnecessary label from acpi_bind_one()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Aug 2013 14:19:10 +0000 (16:19 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Aug 2013 22:52:21 +0000 (00:52 +0200)
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 <rafael.j.wysocki@intel.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
drivers/acpi/glue.c

Simple merge