Re: [PATCH 3/6] staging: wilc1000: rework driver handler

2015-06-30 Thread Dan Carpenter
On Tue, Jun 30, 2015 at 05:34:35PM +0900, Dean Lee wrote: > argument type change for support 64 bit system. > > Signed-off-by: Dean Lee > -u32 gu8FlushedJoinReqDrvHandler; > +void *gpFlushedJoinReqDrvHandler; There are a lot of variables renamed. It makes reviewing this patch hard. Also the

[PATCH 3/6] staging: wilc1000: rework driver handler

2015-06-30 Thread Dean Lee
argument type change for support 64 bit system. Signed-off-by: Dean Lee --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_interface.c | 218 +++--- drivers/staging/wilc