spi: bcm2835: Remove redundant semicolons
Remove unnecessary semicolons after comments.
Fixes: 3ecd37edaa ("spi: bcm2835: enable dma modes for transfers meeting certain conditions")
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Link: https://patch.msgid.link/20250812033817.487565-2-liaoyuanhong@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>
pull/1354/merge
parent
a1d0b0ae65
commit
0ecc0e17f0
|
|
@ -622,7 +622,7 @@ static void bcm2835_spi_dma_rx_done(void *data)
|
|||
/* reset fifo and HW */
|
||||
bcm2835_spi_reset_hw(bs);
|
||||
|
||||
/* and mark as completed */;
|
||||
/* and mark as completed */
|
||||
spi_finalize_current_transfer(ctlr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue