staging: rtl8712: remove useless comment
authorLuca Ceresoli <luca@lucaceresoli.net>
Tue, 19 May 2015 09:35:17 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 02:49:57 +0000 (11:49 +0900)
"step 2" does mean much as there is no "step 1" stated anywhere...

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <greg@kroah.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Florian Schilhabel <florian.c.schilhabel@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/os_intfs.c

index d5f4c4d26a9c13b00219c0f9409d8ba560f5d7db..ad11311be072e7807b055bad8ac86191d0f1a61c 100644 (file)
@@ -228,7 +228,6 @@ struct net_device *r8712_init_netdev(void)
        pnetdev->watchdog_timeo = HZ; /* 1 second timeout */
        pnetdev->wireless_handlers = (struct iw_handler_def *)
                                     &r871x_handlers_def;
-       /*step 2.*/
        loadparam(padapter, pnetdev);
        netif_carrier_off(pnetdev);
        padapter->pid = 0;  /* Initial the PID value used for HW PBC.*/