Re: [PATCH V2 3/8] staging: wilc1000: replace int8_t with int

2015-09-18 Thread Greg KH
On Thu, Sep 17, 2015 at 09:03:14PM +0900, Chaehyun Lim wrote: > On Thu, Sep 17, 2015 at 7:34 PM, Sudip Mukherjee > wrote: > > On Thu, Sep 17, 2015 at 04:48:44PM +0900, Chaehyun Lim wrote: > >> This patch replaces int8_t with int. just use return type as int. > >> > >>

[PATCH V2 3/8] staging: wilc1000: replace int8_t with int

2015-09-17 Thread Chaehyun Lim
This patch replaces int8_t with int. just use return type as int. Signed-off-by: Chaehyun Lim --- V2 : rebase latest staging-testing drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH V2 3/8] staging: wilc1000: replace int8_t with int

2015-09-17 Thread Chaehyun Lim
On Thu, Sep 17, 2015 at 7:34 PM, Sudip Mukherjee wrote: > On Thu, Sep 17, 2015 at 04:48:44PM +0900, Chaehyun Lim wrote: >> This patch replaces int8_t with int. just use return type as int. >> >> Signed-off-by: Chaehyun Lim >> --- > but isn't

Re: [PATCH V2 3/8] staging: wilc1000: replace int8_t with int

2015-09-17 Thread Sudip Mukherjee
On Thu, Sep 17, 2015 at 04:48:44PM +0900, Chaehyun Lim wrote: > This patch replaces int8_t with int. just use return type as int. > > Signed-off-by: Chaehyun Lim > --- but isn't int8_t is defined as char? regards sudip -- To unsubscribe from this list: send the line