MB_ERR
MB_ERR(mb_chann, "Bad message ID 0x%x", msg_id);
MB_ERR(mb_chann, "Cannot find msg 0x%x", msg_id);
MB_ERR(mb_chann, "Message callback ret %d", ret);
MB_ERR(mb_chann, "Channel in bad state, work aborted");
MB_ERR(mb_chann, "Unexpected ret %d, disable irq", ret);
MB_ERR(mb_chann, "Message size larger than ringbuf size");
MB_ERR(mb_chann, "Message must be 4 bytes align");
MB_ERR(mb_chann, "Tomb stone in data");
MB_ERR(mb_chann, "Channel in bad state");
MB_ERR(mb_chann, "mailbox_acquire_msgid failed");
MB_ERR(mb_chann, "Create workqueue failed");
MB_ERR(mb_chann, "Failed to request irq %d ret %d", mb_irq, ret);