Skip to content

Commit eb9b9b1

Browse files
Andi ShytiAndi Shyti
authored andcommitted
i2c: iproc: Remove stray blank line in slave ISR
Drop an unnecessary blank line in bcm_iproc_i2c_slave_isr(). Link: https://lore.kernel.org/r/20250418211635.2666234-6-andi.shyti@kernel.org Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
1 parent 9277b5f commit eb9b9b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ static bool bcm_iproc_i2c_slave_isr(struct bcm_iproc_i2c_dev *iproc_i2c,
438438
u32 val;
439439
u8 value;
440440

441-
442441
if (status & BIT(IS_S_TX_UNDERRUN_SHIFT)) {
443442
iproc_i2c->tx_underrun++;
444443
if (iproc_i2c->tx_underrun == 1)

0 commit comments

Comments
 (0)