Skip to content

Commit 514bfc6

Browse files
rayagondawsakernel
authored andcommitted
i2c: iproc: fix typo in slave_isr function
Fix typo in bcm_iproc_i2c_slave_isr(). Signed-off-by: Rayagonda Kokatanur <[email protected]> Acked-by: Ray Jui <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 603e77a commit 514bfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-bcm-iproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ static bool bcm_iproc_i2c_slave_isr(struct bcm_iproc_i2c_dev *iproc_i2c,
382382
if (status & BIT(IS_S_START_BUSY_SHIFT)) {
383383
i2c_slave_event(iproc_i2c->slave, I2C_SLAVE_STOP, &value);
384384
/*
385-
* Enable interrupt for TX FIFO becomes empty and
385+
* Disable interrupt for TX FIFO becomes empty and
386386
* less than PKT_LENGTH bytes were output on the SMBUS
387387
*/
388388
val = iproc_i2c_rd_reg(iproc_i2c, IE_OFFSET);

0 commit comments

Comments
 (0)