From: Hanjun Guo Date: Sun, 22 Sep 2013 11:05:47 +0000 (+0800) Subject: Staging / quickstart: remove reduplicate if(acpi_disabled) check X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~613 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f9c3218beeebdd86157949ccdfff1c9f82ff75;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed