[PATCH] staging: wilc1000: fix build error on SPI

2015-10-27 Thread Glen Lee
wilc_netdev_init function has parameters to pass but no argument is passed when bus type SPI is selected. Which causes build error. This patch passes argument to the function wilc_netdev_init. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 6 +- 1

Re: [PATCH] staging: wilc1000: fix build error on SPI

2015-10-27 Thread Sudip Mukherjee
On Tue, Oct 27, 2015 at 06:20:14PM +0900, Glen Lee wrote: > wilc_netdev_init function has parameters to pass but no argument is passed > when bus type SPI is selected. Which causes build error. > This patch passes argument to the function wilc_netdev_init. > > Signed-off-by: Glen Lee