power: Fix power hal compiler warnings

Bug: 30432975
Test: compile power hal for walleye without warnings
Change-Id: I0d90c26462c662690f8a179250000b9a449a109f
Signed-off-by: Arian <arian.kulmer@web.de>
This commit is contained in:
Adrian Salido
2017-03-29 15:58:38 -07:00
committed by Michael Bestas
parent 48bfafcf39
commit d12031bf27
3 changed files with 13 additions and 13 deletions

View File

@@ -27,6 +27,9 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#define LOG_TAG "QTI PowerHAL"
#include <log/log.h>
#include "hint-data.h"
int hint_compare(struct hint_data* first_hint, struct hint_data* other_hint) {
@@ -40,5 +43,5 @@ int hint_compare(struct hint_data* first_hint, struct hint_data* other_hint) {
}
void hint_dump(struct hint_data* hint) {
/*ALOGI("hint_id: %lu", hint->hint_id);*/
ALOGV("hint_id: %lu", hint->hint_id);
}