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>
This commit is contained in:
Andi Shyti 2025-04-18 23:16:30 +02:00 committed by Andi Shyti
parent 9277b5f276
commit eb9b9b1e19

View File

@ -438,7 +438,6 @@ static bool bcm_iproc_i2c_slave_isr(struct bcm_iproc_i2c_dev *iproc_i2c,
u32 val;
u8 value;
if (status & BIT(IS_S_TX_UNDERRUN_SHIFT)) {
iproc_i2c->tx_underrun++;
if (iproc_i2c->tx_underrun == 1)