summaryrefslogtreecommitdiffstats
path: root/hint-data.c
diff options
context:
space:
mode:
authorAdrian Salido <salidoa@google.com>2017-03-29 15:58:38 -0700
committerMichael Bestas <mkbestas@lineageos.org>2019-10-23 01:12:56 +0300
commit45df97b4a01aaf7fd6e2df17126bd53e59e0099a (patch)
treecef9de1c2eb070bffc04d8b13fa13c4f7f679e70 /hint-data.c
parent92ae28df4f36e790600b0af9834dc41db70b4fe0 (diff)
downloadvendor_qcom_opensource_power-45df97b4a01aaf7fd6e2df17126bd53e59e0099a.tar.gz
vendor_qcom_opensource_power-45df97b4a01aaf7fd6e2df17126bd53e59e0099a.tar.bz2
vendor_qcom_opensource_power-45df97b4a01aaf7fd6e2df17126bd53e59e0099a.zip
power: Fix power hal compiler warnings
Bug: 30432975 Test: compile power hal for walleye without warnings Change-Id: I0d90c26462c662690f8a179250000b9a449a109f
Diffstat (limited to 'hint-data.c')
-rw-r--r--hint-data.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hint-data.c b/hint-data.c
index 67da77a..f3403b7 100644
--- a/hint-data.c
+++ b/hint-data.c
@@ -27,6 +27,8 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <utils/Log.h>
+
#include "hint-data.h"
int hint_compare(struct hint_data *first_hint,
@@ -43,5 +45,5 @@ int hint_compare(struct hint_data *first_hint,
void hint_dump(struct hint_data *hint)
{
- /*ALOGI("hint_id: %lu", hint->hint_id);*/
+ ALOGV("hint_id: %lu", hint->hint_id);
}