Staging: brcm80211: remove TRUE #define
[linux-2.6-block.git] / drivers / staging / brcm80211 / util / bcmotp.c
index 5472fd42f88da6c0290fa617dfb4dbb3bdf0ca05..fedebe288823674b69d7f33bb396564003acbfff 100644 (file)
@@ -936,7 +936,7 @@ otp_read_region(si_t *sih, int region, u16 *data,
 
        wasup = si_is_otp_powered(sih);
        if (!wasup)
-               si_otp_power(sih, TRUE);
+               si_otp_power(sih, true);
 
        if (!si_is_otp_powered(sih) || si_is_otp_disabled(sih)) {
                err = BCME_NOTREADY;