
1 Aug
2012
1 Aug
'12
6:32 p.m.
On Wednesday 01 August 2012 05:33:30 Rajeshwari Shinde wrote:
--- /dev/null +++ b/drivers/spi/exynos_spi.c
+DECLARE_GLOBAL_DATA_PTR;
i don't think you use this, so delete
+void spi_flush_fifo(struct spi_slave *slave)
static
+void spi_init(void) +{ ...
- for (i = 0; i < EXYNOS5_SPI_NUM_CONTROLLERS; i++) {
...
bus_count++;
why bother with a static bus_count ? just use the existing define. -mike