Re: [PATCH v2] staging: wilc1000: Remove pointer and integer comparision

2015-08-09 Thread Sudip Mukherjee
On Sun, Aug 09, 2015 at 09:05:11PM +0530, Chandra S Gorentla wrote: > Removed pointer check with integer; this fixes 'sparse' error - > error: incompatible types for operation (>) >left side has type unsigned char [usertype] *[usertype] pu8Tail >right side has type int > > Signed-off-by: C

[PATCH v2] staging: wilc1000: Remove pointer and integer comparision

2015-08-09 Thread Chandra S Gorentla
Removed pointer check with integer; this fixes 'sparse' error - error: incompatible types for operation (>) left side has type unsigned char [usertype] *[usertype] pu8Tail right side has type int Signed-off-by: Chandra S Gorentla --- Changes in v2: Subject line corrected wilc100 -> wilc1000