staging: wilc1000: change void pointer type to real type
authorJohnny Kim <johnny.kim@atmel.com>
Thu, 13 Aug 2015 04:41:20 +0000 (13:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 02:02:01 +0000 (19:02 -0700)
commit11f58c88ddf8613dde976e0fe18afecefaf04195
tree4289aaa722a350afeb2a7070bcf7ada0123c61f7
parent218dc407d4b275a6f96311ff8c4b70dd998fcf24
staging: wilc1000: change void pointer type to real type

This patch changes the void pointer member of the tstrHostIFmsg to the
real data type because the void pointer type is ambiguous and not
readable.

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