i2c-designware: Cosmetic cleanups

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
Shinya Kuribayashi 2009-11-06 21:52:22 +09:00 committed by Ben Dooks
parent ce6eb574a1
commit a0e06ea64c

View File

@ -1,5 +1,5 @@
/* /*
* Synopsys Designware I2C adapter driver (master only). * Synopsys DesignWare I2C adapter driver (master only).
* *
* Based on the TI DAVINCI I2C adapter driver. * Based on the TI DAVINCI I2C adapter driver.
* *
@ -163,7 +163,7 @@ static char *abort_sources[] = {
"trying to send start byte when restart is disabled", "trying to send start byte when restart is disabled",
[ABRT_10B_RD_NORSTRT] = [ABRT_10B_RD_NORSTRT] =
"trying to read when restart is disabled (10bit mode)", "trying to read when restart is disabled (10bit mode)",
[ARB_MASTER_DIS] = [ABRT_MASTER_DIS] =
"trying to use disabled adapter", "trying to use disabled adapter",
[ARB_LOST] = [ARB_LOST] =
"lost arbitration", "lost arbitration",
@ -394,7 +394,8 @@ i2c_dw_xfer_msg(struct dw_i2c_dev *dev)
intr_mask = DW_IC_INTR_DEFAULT_MASK; intr_mask = DW_IC_INTR_DEFAULT_MASK;
for (; dev->msg_write_idx < dev->msgs_num; dev->msg_write_idx++) { for (; dev->msg_write_idx < dev->msgs_num; dev->msg_write_idx++) {
/* if target address has changed, we need to /*
* if target address has changed, we need to
* reprogram the target address in the i2c * reprogram the target address in the i2c
* adapter when we are done with this transfer * adapter when we are done with this transfer
*/ */