staging: brcm80211: remove checkpatch warnings 'suspect code indent'
authorArend van Spriel <arend@broadcom.com>
Tue, 5 Jul 2011 22:02:43 +0000 (00:02 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Jul 2011 02:47:49 +0000 (19:47 -0700)
The driver sources contained a couple of checkpatch warnings of the
given class. These have been cleaned up.

Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
drivers/staging/brcm80211/brcmsmac/bmac.c
drivers/staging/brcm80211/brcmsmac/phy/phy_cmn.c
drivers/staging/brcm80211/brcmsmac/phy/phy_n.c

index 17a6bf0..12c6ee3 100644 (file)
@@ -3605,8 +3605,7 @@ brcmf_enq_event(struct brcmf_cfg80211_priv *cfg_priv, u32 event,
 
        e->etype = event;
        memcpy(&e->emsg, msg, sizeof(struct brcmf_event_msg));
-       if (data) {
-       }
+
        brcmf_lock_eq(cfg_priv);
        list_add_tail(&e->eq_list, &cfg_priv->eq_list);
        brcmf_unlock_eq(cfg_priv);
index 6f1203c..412611e 100644 (file)
@@ -318,10 +318,6 @@ bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded)
                brcms_c_update_beacon(wlc);
        }
 
-       /* PMQ entry addition */
-       if (macintstatus & MI_PMQ) {
-       }
-
        /* tx status */
        if (macintstatus & MI_TFS) {
                if (brcms_b_txstatus(wlc->hw, bounded, &fatal))
index 8850d6d..c4e9069 100644 (file)
@@ -2249,8 +2249,7 @@ wlc_phy_txpower_get_current(struct brcms_phy_pub *ppi, struct tx_power *power,
 
                power->tx_power_max_rate_ind[0] = pi->tx_power_max_rate_ind;
                power->tx_power_max_rate_ind[1] = pi->tx_power_max_rate_ind;
-       } else if (!pi->hwpwrctrl) {
-       } else if (pi->sh->up) {
+       } else if (pi->hwpwrctrl && pi->sh->up) {
 
                wlc_phyreg_enter(ppi);
                if (ISLCNPHY(pi)) {
index bc66c7f..151dc3c 100644 (file)
@@ -20996,10 +20996,8 @@ s16 wlc_phy_tempsense_nphy(struct brcms_phy *pi)
                write_radio_reg(pi, RADIO_2056_SYN_TEMPPROCSENSE, 0x01);
 
                wlc_phy_poll_rssi_nphy(pi, NPHY_RSSI_SEL_IQ, radio_temp, 1);
-               if (NREV_GE(pi->pubpi.phy_rev, 7)) {
-               } else {
+               if (NREV_LT(pi->pubpi.phy_rev, 7))
                        write_radio_reg(pi, RADIO_2056_SYN_TEMPPROCSENSE, 0x05);
-               }
 
                wlc_phy_poll_rssi_nphy(pi, NPHY_RSSI_SEL_IQ, radio_temp2, 1);
                if (NREV_GE(pi->pubpi.phy_rev, 7)) {
@@ -24578,7 +24576,6 @@ static void wlc_phy_calc_rx_iq_comp_nphy(struct brcms_phy *pi, u8 core_mask)
                }
 
                new_comp = old_comp;
-       } else if (cal_retry > 0) {
        }
 
        wlc_phy_rx_iq_coeffs_nphy(pi, 1, &new_comp);