From: Rafael J. Wysocki Date: Mon, 2 Feb 2015 22:56:03 +0000 (+0100) Subject: ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm() X-Git-Tag: fixes-v4.0-rc1~160^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7383529109252a7f9d81639784e5fddb4f3df4;p=pandora-kernel.git ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm() Since acpi_idle_enter_bm() is only used if flags.bm_check is set for the given acpi_processor object, it doesn't make sense to check that flag in there. For this reason, drop flags.bm_check tests (and some code depending on them) from acpi_idle_enter_bm(). Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed