projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce404a1
)
power: Silence excessive logging
author
Christopher N. Hesse
<raymanfx@gmail.com>
Mon, 19 Feb 2018 22:17:09 +0000
(23:17 +0100)
committer
Christopher N. Hesse
<raymanfx@gmail.com>
Mon, 19 Feb 2018 22:24:25 +0000
(22:24 +0000)
Change-Id: I519122aaa77e73cf0290610a3d9d4aa79700e843
(cherry picked from commit
4f7dc6ffec2344057ca7db8af8b5029bfcc8d931
)
power/power.c
patch
|
blob
|
blame
|
history
diff --git
a/power/power.c
b/power/power.c
index b6e8502b13b6f1c9cd32ba1f2c28940829c0eb71..ac61d3fb50738924d30135f5edad0243d3edf906 100644
(file)
--- a/
power/power.c
+++ b/
power/power.c
@@
-482,7
+482,7
@@
static void samsung_power_hint(struct power_module *module,
/* Bail out if low-power mode is active */
if (current_power_profile == PROFILE_POWER_SAVE && hint != POWER_HINT_LOW_POWER
&& hint != POWER_HINT_SET_PROFILE) {
- ALOG
W
("%s: PROFILE_POWER_SAVE active, ignoring hint %d", __func__, hint);
+ ALOG
V
("%s: PROFILE_POWER_SAVE active, ignoring hint %d", __func__, hint);
return;
}