]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
i2c: iproc: Remove stray blank line in slave ISR
authorAndi Shyti <andi.shyti@kernel.org>
Fri, 18 Apr 2025 21:16:30 +0000 (23:16 +0200)
committerAndi Shyti <andi@smida.it>
Mon, 19 May 2025 20:23:56 +0000 (22:23 +0200)
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>
drivers/i2c/busses/i2c-bcm-iproc.c

index 3e76120c23abd20f854aa16537e05431bd1568f9..44083698121a4e47bb04339131205c9ef30434bd 100644 (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)