staging: wilc1000: clarify the argument type
authorJohnny Kim <johnny.kim@atmel.com>
Thu, 13 Aug 2015 04:41:21 +0000 (13:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 02:02:52 +0000 (19:02 -0700)
commit2b05df556e01f846fd67f8888add9919af55f35c
tree0022daa1b16e82f01e6a0e224aa8a02ff2e901c9
parent11f58c88ddf8613dde976e0fe18afecefaf04195
staging: wilc1000: clarify the argument type

This patch replaces the void pointer type in the host interface
functions which process the message from host thread by the real data
type, tstrWILC_WFIDrv because the void pointer type as the arguments
is not clear and concise. In addition, typecasting to the void pointer
type is removed becasue it is not necessary.

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>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/host_interface.h