mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 14:41:29 +08:00
arch: cxd56x: pmic: Fix a compile error
Replace undefined logerr to _err function.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user