X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6d425a85a835a3e07430a0548f0238b0d43a24c4..6749db4d0fb9858b6e856c54548ff60bd455b140:/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch diff --git a/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch b/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch index f4dd67efe..acc7bed92 100644 --- a/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch +++ b/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch @@ -7,10 +7,8 @@ Sanitize the value to a 0/1 boolean. -Index: linux-2.6.28.5/drivers/spi/spi_gpio.c -=================================================================== ---- linux-2.6.28.5.orig/drivers/spi/spi_gpio.c 2009-02-15 16:21:11.000000000 +0100 -+++ linux-2.6.28.5/drivers/spi/spi_gpio.c 2009-02-15 16:21:47.000000000 +0100 +--- a/drivers/spi/spi_gpio.c ++++ b/drivers/spi/spi_gpio.c @@ -114,7 +114,7 @@ static inline void setmosi(const struct static inline int getmiso(const struct spi_device *spi)