We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9e6adf + 43e1271 commit 71413cbCopy full SHA for 71413cb
2 files changed
src/ipc/apl-ipc.c
@@ -68,7 +68,7 @@ static void irq_handler(void *arg)
68
69
/* new message from host */
70
if (dipct & IPC_DIPCT_BUSY) {
71
- trace_ipc("Nms");
+ tracev_ipc("Nms");
72
73
/* mask Busy interrupt */
74
ipc_write(IPC_DIPCCTL, ipc_read(IPC_DIPCCTL) & ~IPC_DIPCCTL_IPCTBIE);
src/ipc/cnl-ipc.c
@@ -69,7 +69,7 @@ static void irq_handler(void *arg)
if (dipctdr & IPC_DIPCTDR_BUSY) {
75
0 commit comments