diff options
| author | alial_99 <alasadi56@gmail.com> | 2017-03-11 13:37:30 +0100 |
|---|---|---|
| committer | alial_99 <alasadi56@gmail.com> | 2017-03-11 13:37:30 +0100 |
| commit | b140f9a9b3a02786262b46fefd3eb157d9c44772 (patch) | |
| tree | 42d2a8421098ffb0a18fafad973dd96da2abf60d | |
| parent | 0be3a162cb6f13ef1d49047a1139652fee277b66 (diff) | |
i9300: commenting out "case POWER_HINT_LAUNCH_BOOST:"
Change-Id: I4b7bc9a641d884c878a5045d680ae3929f838f76
| -rw-r--r-- | power/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power/power.c b/power/power.c index 278994e..67f5c56 100644 --- a/power/power.c +++ b/power/power.c @@ -340,7 +340,7 @@ static void power_hint(__attribute__((unused)) struct power_module *module, powe switch (hint) { case POWER_HINT_INTERACTION: - case POWER_HINT_LAUNCH_BOOST: + // case POWER_HINT_LAUNCH_BOOST: ALOGV("%s: interaction/launch", __func__); boost(profiles[current_power_profile].interaction_boost_time); break; |
