summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.28/920-01-hotpluggable-spi-gpio.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-15 06:26:27 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-15 06:26:27 +0000
commit836aa80368a9e0a86cfedce826bc0fe001e92035 (patch)
tree35510cb281966be7180c153a4a89d7218156164f /target/linux/generic-2.6/patches-2.6.28/920-01-hotpluggable-spi-gpio.patch
parent1005fb53d503c73be4d73400f6771a081584149a (diff)
[kernel] update to 2.6.28.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.28/920-01-hotpluggable-spi-gpio.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.28/920-01-hotpluggable-spi-gpio.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/920-01-hotpluggable-spi-gpio.patch b/target/linux/generic-2.6/patches-2.6.28/920-01-hotpluggable-spi-gpio.patch
index 1b7c11db1..d67607b27 100644
--- a/target/linux/generic-2.6/patches-2.6.28/920-01-hotpluggable-spi-gpio.patch
+++ b/target/linux/generic-2.6/patches-2.6.28/920-01-hotpluggable-spi-gpio.patch
@@ -4,10 +4,8 @@ Fix spi-gpio for hotplug.
-Index: linux-2.6.28.2/drivers/spi/spi_gpio.c
-===================================================================
---- linux-2.6.28.2.orig/drivers/spi/spi_gpio.c 2009-02-11 17:58:42.000000000 +0100
-+++ linux-2.6.28.2/drivers/spi/spi_gpio.c 2009-02-11 18:48:23.000000000 +0100
+--- a/drivers/spi/spi_gpio.c
++++ b/drivers/spi/spi_gpio.c
@@ -213,7 +213,7 @@ static void spi_gpio_cleanup(struct spi_
spi_bitbang_cleanup(spi);
}