]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
drivers/net/wireless/rtlwifi/rtl8192de/phy.c: removes unnecessary semicolon
authorPeter Senna Tschudin <peter.senna@gmail.com>
Thu, 6 Sep 2012 16:09:17 +0000 (18:09 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 11 Sep 2012 19:13:53 +0000 (15:13 -0400)
removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/rtl8192de/phy.c

index 442031256bceeda3df1bc56a45fbdcb9edd6aff3..db0086062d0574f59018739a8ac3f198c3a4aa34 100644 (file)
@@ -1314,7 +1314,7 @@ static void _rtl92d_phy_restore_rf_env(struct ieee80211_hw *hw, u8 rfpath,
        struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath];
 
        RT_TRACE(rtlpriv, COMP_RF, DBG_LOUD, "=====>\n");
-       /*----Restore RFENV control type----*/ ;
+       /*----Restore RFENV control type----*/
        switch (rfpath) {
        case RF90_PATH_A:
        case RF90_PATH_C: