staging: wilc1000: use the real data type
authorJohnny Kim <johnny.kim@atmel.com>
Thu, 20 Aug 2015 07:32:50 +0000 (16:32 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:30 +0000 (18:24 -0700)
commit8a625cade3d4ac4da0d985f62afd3184617ba9b7
tree65fa63567aa6ba434b10297cef9d30f4c1caba82
parent1b128f632d100290fe1e7d9007f08046f2579189
staging: wilc1000: use the real data type

This patch changes the type of gu8FlushedJoinReqDrvHandler with his real
data type becasue typecasting is not necessary. In result, typecasting
which is not necessary and some building warnings is removed.

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
This page took 0.024972 seconds and 5 git commands to generate.