Message type for BUSC_I2C_EXEC

Change-Id: I4b6e33df2dd70d40af4a2f2c899324a40107c56a
This commit is contained in:
2014-05-15 16:39:51 +02:00
parent b8e631ff13
commit 3a82a3f90a
4 changed files with 16 additions and 3 deletions

View File

@@ -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);