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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 184434f commit 76159e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)