]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: ks7010: Remove unnecessary blank lines and commented code
authorsayli karnik <karniksayli1995@gmail.com>
Sun, 18 Sep 2016 07:24:43 +0000 (12:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Sep 2016 10:36:03 +0000 (12:36 +0200)
The patch removes unnecessary blank lines as detected by checkpatch.pl. Also,
it removes a commented line of unrequired code.

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c

index 54d055ccc5d259b811a4070f6f0d649251bea504..d35cda8fb45bd7c850372df76b38c6d6ee47e5a8 100644 (file)
@@ -180,8 +180,6 @@ int _ks_wlan_hw_power_save(struct ks_wlan_private *priv)
 
        if (priv->reg.operation_mode == MODE_INFRASTRUCTURE &&
            (priv->connect_status & CONNECT_STATUS_MASK) == CONNECT_STATUS) {
-
-               //DPRINTK(1,"psstatus.status=%d\n",atomic_read(&priv->psstatus.status));
                if (priv->dev_state == DEVICE_STATE_SLEEP) {
                        switch (atomic_read(&priv->psstatus.status)) {
                        case PS_SNOOZE: /* 4 */
@@ -244,7 +242,6 @@ int _ks_wlan_hw_power_save(struct ks_wlan_private *priv)
                                break;
                        }
                }
-
        }
 
        return rc;
@@ -343,7 +340,6 @@ static void tx_device_task(void *dev)
                                                   &priv->ks_wlan_hw.rw_wq, 1);
                                return;
                        }
-
                }
                kfree(sp->sendp);       /* allocated memory free */
                if (sp->complete_handler)       /* TX Complete */
@@ -597,7 +593,6 @@ static void ks_sdio_interrupt(struct sdio_func *func)
                                }
                                complete(&priv->psstatus.wakeup_wait);
                        }
-
                }
 
                do {