X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.28%2F920-01-hotpluggable-spi-gpio.patch;h=d67607b271f095000fbd4eb49065c24436e65d85;hb=97dde3b72d502f4a67eb49ea9c8a6b97ebc54946;hp=1b7c11db10e53a4afb2a5b0728172fc2ea0d6d95;hpb=7ef75e79cee3753c79d04077d75a3e2a3a46f4bd;p=oweals%2Fopenwrt.git 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 1b7c11db10..d67607b271 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); }