Message type for BUSC_I2C_EXEC
Change-Id: I4b6e33df2dd70d40af4a2f2c899324a40107c56a
This commit is contained in:
@@ -327,7 +327,7 @@ i2c_other(message * m, int ipc_status)
|
||||
break;
|
||||
case BUSC_I2C_EXEC:
|
||||
/* handle request from another driver */
|
||||
r = do_i2c_ioctl_exec(m->m_source, m->BUSC_I2C_GRANT);
|
||||
r = do_i2c_ioctl_exec(m->m_source, m->m_li2cdriver_i2c_busc_i2c_exec.grant);
|
||||
break;
|
||||
default:
|
||||
log_warn(&log, "Invalid message type (0x%x)\n", m->m_type);
|
||||
|
||||
Reference in New Issue
Block a user