Skip to content

Commit 76159e2

Browse files
ian-abbottbroonie
authored andcommitted
spi: cadence-quadspi: Add missing blank line in cqspi_request_mmap_dma()
Fix "WARNING: Missing a blank line after declarations" reported by checkpatch.pl. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Link: https://lore.kernel.org/r/20220510115141.212779-2-abbotti@mev.co.uk Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 184434f commit 76159e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/spi/spi-cadence-quadspi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,7 @@ static int cqspi_request_mmap_dma(struct cqspi_st *cqspi)
14811481
cqspi->rx_chan = dma_request_chan_by_mask(&mask);
14821482
if (IS_ERR(cqspi->rx_chan)) {
14831483
int ret = PTR_ERR(cqspi->rx_chan);
1484+
14841485
cqspi->rx_chan = NULL;
14851486
return dev_err_probe(&cqspi->pdev->dev, ret, "No Rx DMA available\n");
14861487
}

0 commit comments

Comments
 (0)