Re: [PATCH] staging: wilc1000: change WILC_Char to s8

2015-06-14 Thread Greg KH
On Mon, Jun 15, 2015 at 09:47:04AM +0900, Dean.lee wrote: On 2015년 06월 13일 00:28, Greg KH wrote: On Fri, Jun 12, 2015 at 02:39:08PM +0900, Dean Lee wrote: change own data type(WILC_Char) to common data type(s8) Why not just 'char'? And you are using these in strings, so why not u8?

Re: [PATCH] staging: wilc1000: change WILC_Char to s8

2015-06-12 Thread Greg KH
On Fri, Jun 12, 2015 at 02:39:08PM +0900, Dean Lee wrote: change own data type(WILC_Char) to common data type(s8) Why not just 'char'? And you are using these in strings, so why not u8? thanks, greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of

[PATCH] staging: wilc1000: change WILC_Char to s8

2015-06-11 Thread Dean Lee
change own data type(WILC_Char) to common data type(s8) Signed-off-by: Dean Lee dean@atmel.com --- drivers/staging/wilc1000/coreconfigurator.c | 24 +++ drivers/staging/wilc1000/coreconfigurator.h | 4 +- drivers/staging/wilc1000/host_interface.c | 88