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:
committed by
Michael Bestas
parent
48bfafcf39
commit
d12031bf27
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user