Loading drivers/i2c/busses/i2c-qup.c +1 −1 Original line number Diff line number Diff line Loading @@ -811,7 +811,7 @@ qup_issue_write(struct qup_i2c_dev *dev, struct i2c_msg *msg, int rem, (uint32_t)dev->base + QUP_OUT_FIFO_BASE + (*idx), 0); *idx += 2; } else if (next->flags == 0 && dev->pos == msg->len - 1 } else if ((dev->pos == msg->len - 1) && *idx < (dev->wr_sz*2) && (next->addr != msg->addr)) { /* Last byte of an intermittent write */ Loading Loading
drivers/i2c/busses/i2c-qup.c +1 −1 Original line number Diff line number Diff line Loading @@ -811,7 +811,7 @@ qup_issue_write(struct qup_i2c_dev *dev, struct i2c_msg *msg, int rem, (uint32_t)dev->base + QUP_OUT_FIFO_BASE + (*idx), 0); *idx += 2; } else if (next->flags == 0 && dev->pos == msg->len - 1 } else if ((dev->pos == msg->len - 1) && *idx < (dev->wr_sz*2) && (next->addr != msg->addr)) { /* Last byte of an intermittent write */ Loading