diff options
author | Leo Kim <leo.kim@atmel.com> | 2016-04-01 11:44:14 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-29 07:58:42 +0300 |
commit | 01c7cee913e431e88159c70dae330dd40aa72677 (patch) | |
tree | 29f3e9f6dffd983d59dd084eef1b5a56b3022185 /drivers/staging/wilc1000 | |
parent | 27e1f1396465944d9f78ad4ee26e596c2e260092 (diff) | |
download | linux-01c7cee913e431e88159c70dae330dd40aa72677.tar.xz |
staging: wilc1000: removes duplicate del_timer_sync
This patch removes del_timer_sync(&periodic_rssi) which was
already performed this action.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000')
-rw-r--r-- | drivers/staging/wilc1000/host_interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 12f16307a7bb..936c04a28a59 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -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; |