From: root Date: Mon, 2 Aug 2010 01:24:03 +0000 (+0800) Subject: remove SPI_GPIO_TEST X-Git-Tag: firefly_0821_release~11318 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a481b61fb5feb83a0bdc1eb1b3182ad4ef97689;p=firefly-linux-kernel-4.4.55.git remove SPI_GPIO_TEST --- diff --git a/drivers/fpga/spi_gpio.c b/drivers/fpga/spi_gpio.c index e8d5a3d1e283..63fa103fca7c 100755 --- a/drivers/fpga/spi_gpio.c +++ b/drivers/fpga/spi_gpio.c @@ -36,7 +36,7 @@ #define DBG(x...) #endif -#define SPI_GPIO_TEST 1 +#define SPI_GPIO_TEST 0 #define HIGH_SPI_TEST 1 spinlock_t gpio_lock; spinlock_t gpio_state_lock; @@ -1195,4 +1195,4 @@ int spi_gpio_init(void) MODULE_DESCRIPTION("Driver for spi2gpio."); MODULE_AUTHOR("luowei "); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL"); \ No newline at end of file