]> git.ipfire.org Git - people/arne_f/kernel.git/commit
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)
commit11f9c3218beeebdd86157949ccdfff1c9f82ff75
tree8e63c06f5ed892740607c2280e974b0d49d867d3
parent28432995fc624b3becc2428a4cdcebbe2231f63f
Staging / quickstart: remove reduplicate if(acpi_disabled) check

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>
drivers/staging/quickstart/quickstart.c