mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 08:48:48 +00:00
spi: spi-mxs: fix a tiny typo in a comment
Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
7d1311b93e
commit
a44619c31c
@ -85,7 +85,7 @@ static int mxs_spi_setup_transfer(struct spi_device *dev,
|
||||
mxs_ssp_set_clk_rate(ssp, hz);
|
||||
/*
|
||||
* Save requested rate, hz, rather than the actual rate,
|
||||
* ssp->clk_rate. Otherwise we would set the rate every trasfer
|
||||
* ssp->clk_rate. Otherwise we would set the rate every transfer
|
||||
* when the actual rate is not quite the same as requested rate.
|
||||
*/
|
||||
spi->sck = hz;
|
||||
|
Loading…
x
Reference in New Issue
Block a user