mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 16:11:38 +00:00
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:
parent
1a86f2a1b7
commit
05489e82f5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user