summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2015-05-19 12:35:17 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-31 05:49:57 +0300
commit2ede90f99650cc08ec1807ce07300cc5a4f0402f (patch)
tree9b97cc4e9fa90d115a0d8cab6ba93b2893eae3c6
parentcab462140f8a183e3cca0b51c8b59ef715cb6148 (diff)
downloadlinux-2ede90f99650cc08ec1807ce07300cc5a4f0402f.tar.xz
staging: rtl8712: remove useless comment
"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>
-rw-r--r--drivers/staging/rtl8712/os_intfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/os_intfs.c b/drivers/staging/rtl8712/os_intfs.c
index d5f4c4d26a9c..ad11311be072 100644
--- a/drivers/staging/rtl8712/os_intfs.c
+++ b/drivers/staging/rtl8712/os_intfs.c
@@ -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.*/