staging: wilc1000: avoid use of extra 'if' condition in wilc_init()
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 4 Sep 2018 06:39:24 +0000 (12:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 15:17:38 +0000 (17:17 +0200)
Cleanup patch to avoid the avoid extra 'if' condition and clubbed the
same condition in single 'if' block.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c

index 11eb632..6225e67 100644 (file)
@@ -3459,9 +3459,7 @@ int wilc_init(struct net_device *dev, struct host_if_drv **hif_drv_handler)
        if (clients_count == 0) {
                init_completion(&hif_driver_comp);
                mutex_init(&hif_deinit_lock);
-       }
 
-       if (clients_count == 0) {
                hif_workqueue = create_singlethread_workqueue("WILC_wq");
                if (!hif_workqueue) {
                        netdev_err(vif->ndev, "Failed to create workqueue\n");