projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: 3.2: fix AHB clock name in rb4xx_spi
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-3.2
/
306-spi-rb4xx-3.2-fixes.patch
diff --git
a/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch
b/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch
index
973b374
..
ba02e59
100644
(file)
--- a/
target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch
+++ b/
target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch
@@
-199,7
+199,7
@@
rbspi = spi_master_get_devdata(master);
+
-+ rbspi->ahb_clk = clk_get(&pdev->dev, "
AHB
");
++ rbspi->ahb_clk = clk_get(&pdev->dev, "
ahb
");
+ if (IS_ERR(rbspi->ahb_clk)) {
+ err = PTR_ERR(rbspi->ahb_clk);
+ goto err_put_master;
This page took
0.023851 seconds
and
4
git commands to generate.