Re: [PATCH 05/16] staging: wilc1000: change the type of wilc1000_initialized

2015-10-16 Thread Greg KH
On Wed, Oct 14, 2015 at 08:46:33PM +0900, Tony Cho wrote: > This patch changes the type of wilc1000_initialized in the struct wilc from > int to bool and renames it to the initialized. In addition, the unncessary > wilc1000_initialized codes are removed in this patch. because I didn't take the

[PATCH 05/16] staging: wilc1000: change the type of wilc1000_initialized

2015-10-14 Thread Tony Cho
This patch changes the type of wilc1000_initialized in the struct wilc from int to bool and renames it to the initialized. In addition, the unncessary wilc1000_initialized codes are removed in this patch. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/linux_wlan.c