summaryrefslogtreecommitdiff
path: root/drivers/staging/rts5208
diff options
context:
space:
mode:
authorJohnny Kim <johnny.kim@atmel.com>2015-08-13 13:41:19 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 19:00:49 -0700
commit218dc407d4b275a6f96311ff8c4b70dd998fcf24 (patch)
treef9637c742249cc864c8a6fdb24bdfc6a8b176dcc /drivers/staging/rts5208
parent598f85bfaeeaac0272c8e79f314076e48d445bcf (diff)
staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrv
The structure, WILC_WFIDrvHandle is used to save the pointer address for the driver handler which is used throughout the driver but it's not easy to understand what it means. In addition, it doesn't support the 64 bit machine and also causes the warnings for the 64 bit build. This patch replaces the WILC_WFIDrvHandle by the tstrWILC_WFIDrv because the tstrWILC_WFIDrv is real structure to represent the driver handler and reduces the 64 bit compile warnings. Also, typecasting to WILC_WFIDrvHandle is not needed by using tstrWILC_WFIDrv as is. Signed-off-by: Johnny Kim <johnny.kim@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5208')
0 files changed, 0 insertions, 0 deletions