Attention is currently required from: Shiyu Sun.
Patch set 1:Code-Review +1
1 comment:
File realtek_mst_i2c_spi.c:
/* Return value for reset mpu is not checked since
* the return value is not guaranteed to be 0 on a
* success reset. Currently there is no way to fix that.
* For more details see b:147402710. */
Comment style should be:
/*
* Return value for reset mpu is not checked since
* the return value is not guaranteed to be 0 on a
* success reset. Currently there is no way to fix
* that. For more details see b:147402710.
*/
To view, visit change 49786. To unsubscribe, or for help writing mail filters, visit settings.