mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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:
parent
9277b5f276
commit
eb9b9b1e19
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user