Commit 01c7cee9 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: removes duplicate del_timer_sync



This patch removes del_timer_sync(&periodic_rssi) which was
already performed this action.

Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 27e1f139
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3498,7 +3498,6 @@ int wilc_deinit(struct wilc_vif *vif)
	memset(&msg, 0, sizeof(struct host_if_msg));

	if (clients_count == 1)	{
		del_timer_sync(&periodic_rssi);
		msg.id = HOST_IF_MSG_EXIT;
		msg.vif = vif;