From 11f9c3218beeebdd86157949ccdfff1c9f82ff75 Mon Sep 17 00:00:00 2001 From: Hanjun Guo Date: Sun, 22 Sep 2013 19:05:47 +0800 Subject: [PATCH] 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-format-patch failed