wireless: Use bool function returns of true/false instead of 1/0
[cascardo/linux.git] / drivers / net / wireless / brcm80211 / brcmsmac / phy / phy_lcn.c
index 5f13662..93d4cde 100644 (file)
@@ -4999,7 +4999,7 @@ void wlc_2064_vco_cal(struct brcms_phy *pi)
 bool wlc_phy_tpc_isenabled_lcnphy(struct brcms_phy *pi)
 {
        if (wlc_lcnphy_tempsense_based_pwr_ctrl_enabled(pi))
-               return 0;
+               return false;
        else
                return (LCNPHY_TX_PWR_CTRL_HW ==
                        wlc_lcnphy_get_tx_pwr_ctrl((pi)));