提交 d14991af 编写于 作者: L Leo Kim 提交者: Greg Kroah-Hartman

staging: wilc1000: clear_shadow_scan: remove unused argument

This patch removes pUserVoid that is first argument of
clear_shadow_scan function because it is not used in this function.
Remove argument in the function call also.
Signed-off-by: NLeo Kim <leo.kim@atmel.com>
Signed-off-by: NGlen Lee <glen.lee@atmel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e554a305
...@@ -202,7 +202,7 @@ static bool g_wep_keys_saved; ...@@ -202,7 +202,7 @@ static bool g_wep_keys_saved;
#define AGING_TIME (9 * 1000) #define AGING_TIME (9 * 1000)
#define during_ip_time 15000 #define during_ip_time 15000
static void clear_shadow_scan(void *pUserVoid) static void clear_shadow_scan(void)
{ {
int i; int i;
...@@ -3523,7 +3523,7 @@ int wilc_deinit_host_int(struct net_device *net) ...@@ -3523,7 +3523,7 @@ int wilc_deinit_host_int(struct net_device *net)
s32Error = wilc_deinit(priv->hWILCWFIDrv); s32Error = wilc_deinit(priv->hWILCWFIDrv);
/* Clear the Shadow scan */ /* Clear the Shadow scan */
clear_shadow_scan(priv); clear_shadow_scan();
if (op_ifcs == 0) { if (op_ifcs == 0) {
PRINT_D(CORECONFIG_DBG, "destroy during ip\n"); PRINT_D(CORECONFIG_DBG, "destroy during ip\n");
del_timer_sync(&wilc_during_ip_timer); del_timer_sync(&wilc_during_ip_timer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册