aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mxs.c
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2014-10-02 17:10:22 -0400
committerMark Brown <broonie@kernel.org>2014-10-03 05:33:57 -0400
commita44619c31c203257fe9704e41c714f35d9990018 (patch)
tree3301c110142aaeb750b1f8116cb9ed90926797da /drivers/spi/spi-mxs.c
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff)
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>
Diffstat (limited to 'drivers/spi/spi-mxs.c')
-rw-r--r--drivers/spi/spi-mxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-mxs.c b/drivers/spi/spi-mxs.c
index 2884f0c2f5f0..74f2ba0ccf71 100644
--- a/drivers/spi/spi-mxs.c
+++ b/drivers/spi/spi-mxs.c
@@ -85,7 +85,7 @@ static int mxs_spi_setup_transfer(struct spi_device *dev,
85 mxs_ssp_set_clk_rate(ssp, hz); 85 mxs_ssp_set_clk_rate(ssp, hz);
86 /* 86 /*
87 * Save requested rate, hz, rather than the actual rate, 87 * Save requested rate, hz, rather than the actual rate,
88 * ssp->clk_rate. Otherwise we would set the rate every trasfer 88 * ssp->clk_rate. Otherwise we would set the rate every transfer
89 * when the actual rate is not quite the same as requested rate. 89 * when the actual rate is not quite the same as requested rate.
90 */ 90 */
91 spi->sck = hz; 91 spi->sck = hz;