spi: lpspi: Code cleanup
Delete the extra space. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
578465ea2b
commit
4e3891a55f
@ -345,7 +345,7 @@ static int fsl_lpspi_set_bitrate(struct fsl_lpspi_data *fsl_lpspi)
|
|||||||
writel(scldiv | (scldiv << 8) | ((scldiv >> 1) << 16),
|
writel(scldiv | (scldiv << 8) | ((scldiv >> 1) << 16),
|
||||||
fsl_lpspi->base + IMX7ULP_CCR);
|
fsl_lpspi->base + IMX7ULP_CCR);
|
||||||
|
|
||||||
dev_dbg(fsl_lpspi->dev, "perclk=%d, speed=%d, prescale =%d, scldiv=%d\n",
|
dev_dbg(fsl_lpspi->dev, "perclk=%d, speed=%d, prescale=%d, scldiv=%d\n",
|
||||||
perclk_rate, config.speed_hz, prescale, scldiv);
|
perclk_rate, config.speed_hz, prescale, scldiv);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user