projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c508709
)
spi: rockchip: Spelling s/divsor/divisor/
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Mon, 14 Mar 2016 15:30:16 +0000
(16:30 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 15 Mar 2016 09:24:01 +0000
(09:24 +0000)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-rockchip.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-rockchip.c
b/drivers/spi/spi-rockchip.c
index 26e2688c104ec9e6ba314264b63318a65048596f..bfeb0d4c7ee0ec923d3906b847c5be4250c7e02f 100644
(file)
--- a/
drivers/spi/spi-rockchip.c
+++ b/
drivers/spi/spi-rockchip.c
@@
-527,7
+527,7
@@
static void rockchip_spi_config(struct rockchip_spi *rs)
if (WARN_ON(rs->speed > MAX_SCLK_OUT))
rs->speed = MAX_SCLK_OUT;
- /* the minimum divsor is 2 */
+ /* the minimum div
i
sor is 2 */
if (rs->max_freq < 2 * rs->speed) {
clk_set_rate(rs->spiclk, 2 * rs->speed);
rs->max_freq = clk_get_rate(rs->spiclk);