mwifiex: remove redundant "return" at end of void function
[pandora-kernel.git] / drivers / net / wireless / mwifiex / cfg80211.c
index a1ff490..74b6cf2 100644 (file)
@@ -1428,6 +1428,4 @@ done:
                memset(priv->cfg_bssid, 0, ETH_ALEN);
                priv->disconnect = 0;
        }
-
-       return;
 }