Staging / quickstart: remove reduplicate if(acpi_disabled) check
authorHanjun Guo <hanjun.guo@linaro.org>
Sun, 22 Sep 2013 11:05:47 +0000 (19:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Sep 2013 23:48:45 +0000 (16:48 -0700)
In acpi_bus_register_driver(), there is an if (acpi_disabled) check,
so the if(acpi_disabled) before it is reduplicate, remove it.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found