Staging: wilc1000: wilc_wlan_cfg: Remove unnecessary cast

Remove a cast which is not required.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Shivani Bhardwaj 2015-10-14 02:23:40 +05:30 committed by Greg Kroah-Hartman
parent 1a86f2a1b7
commit 05489e82f5

View File

@ -364,7 +364,7 @@ static void wilc_wlan_parse_response_frame(u8 *info, int size)
static int wilc_wlan_parse_info_frame(u8 *info, int size)
{
wilc_mac_cfg_t *pd = (wilc_mac_cfg_t *)&g_mac;
wilc_mac_cfg_t *pd = &g_mac;
u32 wid, len;
int type = WILC_CFG_RSP_STATUS;