arch: cxd56x: pmic: Fix a compile error
Replace undefined logerr to _err function.
This commit is contained in:
parent
5c26d68f31
commit
4738f69569
|
@ -246,7 +246,7 @@ static int pmic_int_handler(int irq, void *context, void *arg)
|
|||
ret = work_queue(LPWORK, &g_irqwork, pmic_int_worker, NULL, 0);
|
||||
if (ret < 0)
|
||||
{
|
||||
logerr("ERROR: work_queue failed: %d\n", ret);
|
||||
_err("ERROR: work_queue failed: %d\n", ret);
|
||||
}
|
||||
|
||||
/* Disable any further pmic interrupts */
|
||||
|
|
Loading…
Reference in New Issue