mtk: powerhal: add a log when initing

This commit is contained in:
Mister Oyster 2017-08-31 02:02:36 +02:00
parent 9d22500423
commit 0c7cb38062
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
static void power_init(struct power_module *module)
{
ALOGI("MTK power HAL initing.");
}
static void power_set_interactive(struct power_module *module, int on)