From 35b186b510a374f8c590c5e2c2024f39d94f3e41 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Thu, 5 Mar 2020 19:54:40 +0000 Subject: [PATCH] wilc1000: fix misleading indentation --- wilc/wilc_netdev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wilc/wilc_netdev.c b/wilc/wilc_netdev.c index 9c95f2c..0613b06 100644 --- a/wilc/wilc_netdev.c +++ b/wilc/wilc_netdev.c @@ -1239,10 +1239,10 @@ static int wilc_mac_close(struct net_device *ndev) if (vif->ndev) { netif_stop_queue(vif->ndev); - handle_connect_cancel(vif); + handle_connect_cancel(vif); - if (!recovery_on) - wilc_deinit_host_int(vif->ndev); + if (!recovery_on) + wilc_deinit_host_int(vif->ndev); } if (wl->open_ifcs == 0) {