projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[scripts] env: colorize git output
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-3.2
/
206-spi-ath79-add-shutdown-handler.patch
diff --git
a/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
b/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
index
555d6fd
..
5ba3037
100644
(file)
--- a/
target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
+++ b/
target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
@@
-10,7
+10,7
@@
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
--- a/drivers/spi/spi-ath79.c
+++ b/drivers/spi/spi-ath79.c
--- a/drivers/spi/spi-ath79.c
+++ b/drivers/spi/spi-ath79.c
-@@ -26
5,7 +265
,7 @@ err_put_master:
+@@ -26
2,7 +262
,7 @@ err_put_master:
return ret;
}
return ret;
}
@@
-19,7
+19,7
@@
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
{
struct ath79_spi *sp = platform_get_drvdata(pdev);
{
struct ath79_spi *sp = platform_get_drvdata(pdev);
-@@ -27
4,13 +274
,23 @@ static __devexit int ath79_spi_remove(st
+@@ -27
1,13 +271
,23 @@ static __devexit int ath79_spi_remove(st
iounmap(sp->base);
platform_set_drvdata(pdev, NULL);
spi_master_put(sp->bitbang.master);
iounmap(sp->base);
platform_set_drvdata(pdev, NULL);
spi_master_put(sp->bitbang.master);
This page took
0.023128 seconds
and
4
git commands to generate.