Last active
November 22, 2017 13:21
IDENTICAL_BRANCHES linux-next 20170802
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u -p a/drivers/media/platform/arv.c b/drivers/media/platform/arv.c | |
--- a/drivers/media/platform/arv.c | |
+++ b/drivers/media/platform/arv.c | |
@@ -218,10 +218,7 @@ static void init_iic(void) | |
/* 50MH-100k */ | |
if (freq == 75) | |
ar_outl(369, PLDI2CFREQ); /* BCLK = 75MHz */ | |
- else if (freq == 50) | |
- ar_outl(244, PLDI2CFREQ); /* BCLK = 50MHz */ | |
- else | |
- ar_outl(244, PLDI2CFREQ); /* default: BCLK = 50MHz */ | |
+ else ar_outl(244, PLDI2CFREQ); /* default: BCLK = 50MHz */ | |
ar_outl(0x1, PLDI2CCR); /* I2CCR Enable */ | |
} | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c b/drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c | |
@@ -883,12 +883,8 @@ static void rtl8723be_dm_txpower_trackin | |
if ((rtldm->power_index_offset[RF90_PATH_A] != 0) && | |
(rtldm->txpower_track_control)) { | |
rtldm->done_txpower = true; | |
- if (thermalvalue > rtlefuse->eeprom_thermalmeter) | |
- rtl8723be_dm_tx_power_track_set_power(hw, BBSWING, 0, | |
- index_for_channel); | |
- else | |
- rtl8723be_dm_tx_power_track_set_power(hw, BBSWING, 0, | |
- index_for_channel); | |
+ rtl8723be_dm_tx_power_track_set_power(hw, BBSWING, 0, | |
+ index_for_channel); | |
rtldm->swing_idx_cck_base = rtldm->swing_idx_cck; | |
rtldm->swing_idx_ofdm_base[RF90_PATH_A] = | |
diff -u -p a/drivers/media/pci/bt8xx/dvb-bt8xx.c b/drivers/media/pci/bt8xx/dvb-bt8xx.c | |
--- a/drivers/media/pci/bt8xx/dvb-bt8xx.c | |
+++ b/drivers/media/pci/bt8xx/dvb-bt8xx.c | |
@@ -388,10 +388,7 @@ static int advbt771_samsung_tdtc9251dh0_ | |
bs = 0x02; | |
else if (c->frequency < 600000000) | |
bs = 0x08; | |
- else if (c->frequency < 730000000) | |
- bs = 0x08; | |
- else | |
- bs = 0x08; | |
+ else bs = 0x08; | |
pllbuf[0] = 0x61; | |
pllbuf[1] = div >> 8; | |
diff -u -p a/drivers/net/ethernet/nvidia/forcedeth.c b/drivers/net/ethernet/nvidia/forcedeth.c | |
--- a/drivers/net/ethernet/nvidia/forcedeth.c | |
+++ b/drivers/net/ethernet/nvidia/forcedeth.c | |
@@ -3380,11 +3380,8 @@ static int nv_update_linkspeed(struct ne | |
} else if (adv_lpa & LPA_10FULL) { | |
newls = NVREG_LINKSPEED_FORCE|NVREG_LINKSPEED_10; | |
newdup = 1; | |
- } else if (adv_lpa & LPA_10HALF) { | |
- newls = NVREG_LINKSPEED_FORCE|NVREG_LINKSPEED_10; | |
- newdup = 0; | |
} else { | |
- newls = NVREG_LINKSPEED_FORCE|NVREG_LINKSPEED_10; | |
+ newls = NVREG_LINKSPEED_FORCE | NVREG_LINKSPEED_10; | |
newdup = 0; | |
} | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c | |
@@ -600,14 +600,8 @@ static void halbtc8723b1ant_coex_table_w | |
0xffffff, 0x3); | |
break; | |
case 5: | |
- if ((coex_sta->cck_ever_lock) && (coex_sta->scan_ap_num <= 5)) | |
- halbtc8723b1ant_coex_table(btcoexist, force_exec, | |
- 0x5a5a5a5a, 0x5aaa5a5a, | |
- 0xffffff, 0x3); | |
- else | |
- halbtc8723b1ant_coex_table(btcoexist, force_exec, | |
- 0x5a5a5a5a, 0x5aaa5a5a, | |
- 0xffffff, 0x3); | |
+ halbtc8723b1ant_coex_table(btcoexist, force_exec, 0x5a5a5a5a, | |
+ 0x5aaa5a5a, 0xffffff, 0x3); | |
break; | |
case 6: | |
halbtc8723b1ant_coex_table(btcoexist, force_exec, 0x55555555, | |
@@ -2266,14 +2260,8 @@ static void halbtc8723b1ant_run_coexist_ | |
if (iot_peer != BTC_IOT_PEER_CISCO && | |
iot_peer != BTC_IOT_PEER_BROADCOM) { | |
- if (bt_link_info->sco_exist) | |
- halbtc8723b1ant_limited_rx(btcoexist, | |
- NORMAL_EXEC, false, | |
- false, 0x5); | |
- else | |
- halbtc8723b1ant_limited_rx(btcoexist, | |
- NORMAL_EXEC, false, | |
- false, 0x5); | |
+ halbtc8723b1ant_limited_rx(btcoexist, NORMAL_EXEC, | |
+ false, false, 0x5); | |
} else { | |
if (bt_link_info->sco_exist) { | |
halbtc8723b1ant_limited_rx(btcoexist, | |
diff -u -p a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c | |
--- a/drivers/scsi/dc395x.c | |
+++ b/drivers/scsi/dc395x.c | |
@@ -3384,16 +3384,8 @@ static void srb_done(struct AdapterCtlBl | |
} | |
dprintkdbg(DBG_0, "srb_done: AUTO_REQSENSE2\n"); | |
- if (srb->total_xfer_length | |
- && srb->total_xfer_length >= cmd->underflow) | |
- cmd->result = | |
- MK_RES_LNX(DRIVER_SENSE, DID_OK, | |
- srb->end_message, CHECK_CONDITION); | |
- /*SET_RES_DID(cmd->result,DID_OK) */ | |
- else | |
- cmd->result = | |
- MK_RES_LNX(DRIVER_SENSE, DID_OK, | |
- srb->end_message, CHECK_CONDITION); | |
+ cmd->result = MK_RES_LNX(DRIVER_SENSE, DID_OK, | |
+ srb->end_message, CHECK_CONDITION); | |
goto ckc_e; | |
} | |
diff -u -p a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c | |
--- a/drivers/staging/rtl8723bs/core/rtw_cmd.c | |
+++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c | |
@@ -537,14 +537,10 @@ post_process: | |
DBG_871X(ADPT_FMT" cmd =%d process_time =%lu > 1 sec\n", | |
ADPT_ARG(pcmd->padapter), pcmd->cmdcode, cmd_process_time); | |
/* rtw_warn_on(1); */ | |
- } else if (pcmd->cmdcode == GEN_CMD_CODE(_Set_MLME_EVT)) { | |
- DBG_871X(ADPT_FMT" cmd =%d, process_time =%lu > 1 sec\n", | |
- ADPT_ARG(pcmd->padapter), pcmd->cmdcode, cmd_process_time); | |
- /* rtw_warn_on(1); */ | |
} else { | |
- DBG_871X(ADPT_FMT" cmd =%d, process_time =%lu > 1 sec\n", | |
- ADPT_ARG(pcmd->padapter), pcmd->cmdcode, cmd_process_time); | |
- /* rtw_warn_on(1); */ | |
+ DBG_871X(ADPT_FMT " cmd =%d, process_time =%lu > 1 sec\n", | |
+ ADPT_ARG(pcmd->padapter), | |
+ pcmd->cmdcode, cmd_process_time); | |
} | |
} | |
diff -u -p a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c | |
--- a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c | |
+++ b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c | |
@@ -629,11 +629,6 @@ static int rtw_sdio_resume(struct device | |
} | |
else | |
{ | |
- if (pwrpriv->wowlan_mode || pwrpriv->wowlan_ap_mode) | |
- { | |
- ret = rtw_resume_process(padapter); | |
- } | |
- else | |
{ | |
ret = rtw_resume_process(padapter); | |
} | |
diff -u -p a/drivers/target/iscsi/iscsi_target_nego.c b/drivers/target/iscsi/iscsi_target_nego.c | |
--- a/drivers/target/iscsi/iscsi_target_nego.c | |
+++ b/drivers/target/iscsi/iscsi_target_nego.c | |
@@ -172,10 +172,7 @@ static u32 iscsi_handle_authentication( | |
return 2; | |
else if (strstr("SPKM2", authtype)) | |
return 2; | |
- else if (strstr("KRB5", authtype)) | |
- return 2; | |
- else | |
- return 2; | |
+ else return 2; | |
} | |
static void iscsi_remove_failed_auth_entry(struct iscsi_conn *conn) | |
diff -u -p a/drivers/usb/isp1760/isp1760-hcd.c b/drivers/usb/isp1760/isp1760-hcd.c | |
--- a/drivers/usb/isp1760/isp1760-hcd.c | |
+++ b/drivers/usb/isp1760/isp1760-hcd.c | |
@@ -1031,10 +1031,7 @@ static int check_atl_transfer(struct usb | |
urb->status = -EOVERFLOW; | |
else if (FROM_DW3_CERR(ptd->dw3)) | |
urb->status = -EPIPE; /* Stall */ | |
- else if (ptd->dw3 & DW3_ERROR_BIT) | |
- urb->status = -EPROTO; /* XactErr */ | |
- else | |
- urb->status = -EPROTO; /* Unknown */ | |
+ else urb->status = -EPROTO; /* Unknown */ | |
/* | |
dev_dbg(hcd->self.controller, "%s: ptd error:\n" | |
" dw0: %08x dw1: %08x dw2: %08x dw3: %08x\n" | |
diff -u -p a/drivers/media/dvb-frontends/dib0090.c b/drivers/media/dvb-frontends/dib0090.c | |
--- a/drivers/media/dvb-frontends/dib0090.c | |
+++ b/drivers/media/dvb-frontends/dib0090.c | |
@@ -2438,10 +2438,7 @@ static int dib0090_tune(struct dvb_front | |
if (state->config->analog_output) | |
lo6 |= (1 << 2) | 2; | |
else { | |
- if (state->identity.in_soc) | |
- lo6 |= (1 << 2) | 2; | |
- else | |
- lo6 |= (1 << 2) | 2; | |
+ lo6 |= (1 << 2) | 2; | |
} | |
Den = 255; | |
} | |
diff -u -p a/drivers/media/usb/s2255/s2255drv.c b/drivers/media/usb/s2255/s2255drv.c | |
--- a/drivers/media/usb/s2255/s2255drv.c | |
+++ b/drivers/media/usb/s2255/s2255drv.c | |
@@ -804,10 +804,7 @@ static int vidioc_try_fmt_vid_cap(struct | |
f->fmt.pix.width = LINE_SZ_4CIFS_NTSC; | |
else if (f->fmt.pix.width >= LINE_SZ_2CIFS_NTSC) | |
f->fmt.pix.width = LINE_SZ_2CIFS_NTSC; | |
- else if (f->fmt.pix.width >= LINE_SZ_1CIFS_NTSC) | |
- f->fmt.pix.width = LINE_SZ_1CIFS_NTSC; | |
- else | |
- f->fmt.pix.width = LINE_SZ_1CIFS_NTSC; | |
+ else f->fmt.pix.width = LINE_SZ_1CIFS_NTSC; | |
} else { | |
/* PAL */ | |
if (f->fmt.pix.height >= NUM_LINES_1CIFS_PAL * 2) { | |
@@ -821,10 +818,7 @@ static int vidioc_try_fmt_vid_cap(struct | |
f->fmt.pix.width = LINE_SZ_4CIFS_PAL; | |
else if (f->fmt.pix.width >= LINE_SZ_2CIFS_PAL) | |
f->fmt.pix.width = LINE_SZ_2CIFS_PAL; | |
- else if (f->fmt.pix.width >= LINE_SZ_1CIFS_PAL) | |
- f->fmt.pix.width = LINE_SZ_1CIFS_PAL; | |
- else | |
- f->fmt.pix.width = LINE_SZ_1CIFS_PAL; | |
+ else f->fmt.pix.width = LINE_SZ_1CIFS_PAL; | |
} | |
f->fmt.pix.field = field; | |
f->fmt.pix.bytesperline = (f->fmt.pix.width * fmt->depth) >> 3; | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b2ant.c | |
@@ -1291,10 +1291,7 @@ static void btc8723b2ant_ps_tdma(struct | |
} else { | |
if (coex_sta->a2dp_bit_pool >= 45) | |
wifi_duration_adjust = -15; | |
- else if (coex_sta->a2dp_bit_pool >= 35) | |
- wifi_duration_adjust = -10; | |
- else | |
- wifi_duration_adjust = -10; | |
+ else wifi_duration_adjust = -10; | |
} | |
if ((bt_link_info->slave_role) && (bt_link_info->a2dp_exist)) | |
@@ -1823,11 +1820,6 @@ static void btc8723b2ant_tdma_duration_a | |
NORMAL_EXEC, | |
true, 14); | |
coex_dm->ps_tdma_du_adj_type = 14; | |
- } else if (max_interval == 3) { | |
- btc8723b2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, | |
- true, 15); | |
- coex_dm->ps_tdma_du_adj_type = 15; | |
} else { | |
btc8723b2ant_ps_tdma(btcoexist, | |
NORMAL_EXEC, | |
@@ -1845,11 +1837,6 @@ static void btc8723b2ant_tdma_duration_a | |
NORMAL_EXEC, | |
true, 10); | |
coex_dm->ps_tdma_du_adj_type = 10; | |
- } else if (max_interval == 3) { | |
- btc8723b2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, | |
- true, 11); | |
- coex_dm->ps_tdma_du_adj_type = 11; | |
} else { | |
btc8723b2ant_ps_tdma(btcoexist, | |
NORMAL_EXEC, | |
@@ -1869,11 +1856,6 @@ static void btc8723b2ant_tdma_duration_a | |
NORMAL_EXEC, | |
true, 6); | |
coex_dm->ps_tdma_du_adj_type = 6; | |
- } else if (max_interval == 3) { | |
- btc8723b2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, | |
- true, 7); | |
- coex_dm->ps_tdma_du_adj_type = 7; | |
} else { | |
btc8723b2ant_ps_tdma(btcoexist, | |
NORMAL_EXEC, | |
@@ -1891,11 +1873,6 @@ static void btc8723b2ant_tdma_duration_a | |
NORMAL_EXEC, | |
true, 2); | |
coex_dm->ps_tdma_du_adj_type = 2; | |
- } else if (max_interval == 3) { | |
- btc8723b2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, | |
- true, 3); | |
- coex_dm->ps_tdma_du_adj_type = 3; | |
} else { | |
btc8723b2ant_ps_tdma(btcoexist, | |
NORMAL_EXEC, | |
@@ -2815,20 +2792,12 @@ static void btc8723b2ant_action_sco(stru | |
/* sw mechanism */ | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
false, false); | |
} | |
@@ -2874,20 +2843,12 @@ static void btc8723b2ant_action_hid(stru | |
/* sw mechanism */ | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
false, false); | |
} | |
@@ -2961,20 +2922,12 @@ static void btc8723b2ant_action_a2dp(str | |
/* sw mechanism */ | |
btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
false, false); | |
} | |
@@ -3020,20 +2973,12 @@ static void btc8723b2ant_action_a2dp_pan | |
/* sw mechanism */ | |
btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
false, false); | |
} | |
@@ -3083,20 +3028,12 @@ static void btc8723b2ant_action_pan_edr( | |
/* sw mechanism */ | |
btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
false, false); | |
} | |
@@ -3133,20 +3070,12 @@ static void btc8723b2ant_action_pan_hs(s | |
btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
false, false); | |
} | |
@@ -3201,20 +3130,12 @@ static void btc8723b2ant_action_pan_edr_ | |
/* sw mechanism */ | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, false, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, false, | |
false, false); | |
} | |
@@ -3276,20 +3197,12 @@ static void btc8723b2ant_action_pan_edr_ | |
/* sw mechanism */ | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
false, false); | |
} | |
@@ -3348,20 +3261,12 @@ static void btc8723b2ant_action_hid_a2dp | |
/* sw mechanism */ | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
false, false); | |
} | |
@@ -3448,20 +3353,12 @@ static void btc8723b2ant_action_hid_a2dp | |
/* sw mechanism */ | |
if (BTC_WIFI_BW_HT40 == wifi_bw) { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, true, true, | |
false, false); | |
} | |
} else { | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
- false, false); | |
- } else { | |
+ { | |
btc8723b2ant_sw_mechanism(btcoexist, false, true, | |
false, false); | |
} | |
diff -u -p a/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c b/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c | |
--- a/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c | |
+++ b/drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c | |
@@ -1613,11 +1613,11 @@ static void halbtc8723b2ant_TdmaDuration | |
} else if (maxInterval == 2) { | |
halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); | |
pCoexDm->psTdmaDuAdjType = 14; | |
- } else if (maxInterval == 3) { | |
- halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); | |
- pCoexDm->psTdmaDuAdjType = 15; | |
} else { | |
- halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); | |
+ halbtc8723b2ant_PsTdma(pBtCoexist, | |
+ NORMAL_EXEC, | |
+ true, | |
+ 15); | |
pCoexDm->psTdmaDuAdjType = 15; | |
} | |
} else { | |
@@ -1627,11 +1627,11 @@ static void halbtc8723b2ant_TdmaDuration | |
} else if (maxInterval == 2) { | |
halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); | |
pCoexDm->psTdmaDuAdjType = 10; | |
- } else if (maxInterval == 3) { | |
- halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); | |
- pCoexDm->psTdmaDuAdjType = 11; | |
} else { | |
- halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); | |
+ halbtc8723b2ant_PsTdma(pBtCoexist, | |
+ NORMAL_EXEC, | |
+ true, | |
+ 11); | |
pCoexDm->psTdmaDuAdjType = 11; | |
} | |
} | |
@@ -1643,11 +1643,11 @@ static void halbtc8723b2ant_TdmaDuration | |
} else if (maxInterval == 2) { | |
halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); | |
pCoexDm->psTdmaDuAdjType = 6; | |
- } else if (maxInterval == 3) { | |
- halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); | |
- pCoexDm->psTdmaDuAdjType = 7; | |
} else { | |
- halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); | |
+ halbtc8723b2ant_PsTdma(pBtCoexist, | |
+ NORMAL_EXEC, | |
+ true, | |
+ 7); | |
pCoexDm->psTdmaDuAdjType = 7; | |
} | |
} else { | |
@@ -1657,11 +1657,11 @@ static void halbtc8723b2ant_TdmaDuration | |
} else if (maxInterval == 2) { | |
halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); | |
pCoexDm->psTdmaDuAdjType = 2; | |
- } else if (maxInterval == 3) { | |
- halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); | |
- pCoexDm->psTdmaDuAdjType = 3; | |
} else { | |
- halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); | |
+ halbtc8723b2ant_PsTdma(pBtCoexist, | |
+ NORMAL_EXEC, | |
+ true, | |
+ 3); | |
pCoexDm->psTdmaDuAdjType = 3; | |
} | |
} | |
diff -u -p a/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c b/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | |
--- a/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | |
+++ b/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | |
@@ -1176,10 +1176,7 @@ static void analogix_dp_bridge_mode_set( | |
video->color_space = COLOR_YCBCR444; | |
else if (display_info->color_formats & DRM_COLOR_FORMAT_YCRCB422) | |
video->color_space = COLOR_YCBCR422; | |
- else if (display_info->color_formats & DRM_COLOR_FORMAT_RGB444) | |
- video->color_space = COLOR_RGB; | |
- else | |
- video->color_space = COLOR_RGB; | |
+ else video->color_space = COLOR_RGB; | |
/* | |
* NOTE: those property parsing code is used for providing backward | |
diff -u -p a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c | |
--- a/drivers/media/usb/dvb-usb/dib0700_devices.c | |
+++ b/drivers/media/usb/dvb-usb/dib0700_devices.c | |
@@ -1737,10 +1737,7 @@ static int dib809x_tuner_attach(struct d | |
struct dib0700_adapter_state *st = adap->priv; | |
struct i2c_adapter *tun_i2c = st->dib8000_ops.get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_TUNER, 1); | |
- if (adap->id == 0) { | |
- if (dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c, &dib809x_dib0090_config) == NULL) | |
- return -ENODEV; | |
- } else { | |
+ { | |
if (dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c, &dib809x_dib0090_config) == NULL) | |
return -ENODEV; | |
} | |
diff -u -p a/drivers/net/wireless/broadcom/b43/phy_n.c b/drivers/net/wireless/broadcom/b43/phy_n.c | |
--- a/drivers/net/wireless/broadcom/b43/phy_n.c | |
+++ b/drivers/net/wireless/broadcom/b43/phy_n.c | |
@@ -4614,10 +4614,7 @@ static void b43_nphy_spur_workaround(str | |
if (nphy->gband_spurwar_en) { | |
/* TODO: N PHY Adjust Analog Pfbw (7) */ | |
- if (channel == 11 && b43_is_40mhz(dev)) | |
- ; /* TODO: N PHY Adjust Min Noise Var(2, tone, noise)*/ | |
- else | |
- ; /* TODO: N PHY Adjust Min Noise Var(0, NULL, NULL)*/ | |
+ ; /* TODO: N PHY Adjust Min Noise Var(0, NULL, NULL)*/ | |
/* TODO: N PHY Adjust CRS Min Power (0x1E) */ | |
} | |
@@ -4647,10 +4644,7 @@ static void b43_nphy_spur_workaround(str | |
noise[0] = 0; | |
} | |
- if (!tone[0] && !noise[0]) | |
- ; /* TODO: N PHY Adjust Min Noise Var(1, tone, noise)*/ | |
- else | |
- ; /* TODO: N PHY Adjust Min Noise Var(0, NULL, NULL)*/ | |
+ ; /* TODO: N PHY Adjust Min Noise Var(0, NULL, NULL)*/ | |
} | |
if (nphy->hang_avoid) | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c | |
@@ -377,10 +377,7 @@ static s32 halbtc_get_wifi_rssi(struct r | |
{ | |
int undec_sm_pwdb = 0; | |
- if (rtlpriv->mac80211.link_state >= MAC80211_LINKED) | |
- undec_sm_pwdb = rtlpriv->dm.undec_sm_pwdb; | |
- else /* associated entry pwdb */ | |
- undec_sm_pwdb = rtlpriv->dm.undec_sm_pwdb; | |
+ undec_sm_pwdb = rtlpriv->dm.undec_sm_pwdb; | |
return undec_sm_pwdb; | |
} | |
diff -u -p a/drivers/staging/comedi/drivers/das1800.c b/drivers/staging/comedi/drivers/das1800.c | |
--- a/drivers/staging/comedi/drivers/das1800.c | |
+++ b/drivers/staging/comedi/drivers/das1800.c | |
@@ -1308,14 +1308,8 @@ static int das1800_attach(struct comedi_ | |
outb(DAC(i), dev->iobase + DAS1800_SELECT); | |
outw(0, dev->iobase + DAS1800_DAC); | |
} | |
- } else if (board->id == DAS1800_ID_AO) { | |
- /* | |
- * 'ao' boards have waveform analog outputs that are not | |
- * currently supported. | |
- */ | |
- s->type = COMEDI_SUBD_UNUSED; | |
} else { | |
- s->type = COMEDI_SUBD_UNUSED; | |
+ s->type = COMEDI_SUBD_UNUSED; | |
} | |
/* Digital Input subdevice */ | |
diff -u -p a/drivers/staging/rtl8723bs/hal/sdio_halinit.c b/drivers/staging/rtl8723bs/hal/sdio_halinit.c | |
--- a/drivers/staging/rtl8723bs/hal/sdio_halinit.c | |
+++ b/drivers/staging/rtl8723bs/hal/sdio_halinit.c | |
@@ -564,15 +564,7 @@ static void HalRxAggr8723BSdio(struct ad | |
pregistrypriv = &padapter->registrypriv; | |
- if (pregistrypriv->wifi_spec) { | |
- /* 2010.04.27 hpfan */ | |
- /* Adjust RxAggrTimeout to close to zero disable RxAggr, suggested by designer */ | |
- /* Timeout value is calculated by 34 / (2^n) */ | |
- valueDMATimeout = 0x06; | |
- valueDMAPageCount = 0x06; | |
- } else { | |
- /* 20130530, Isaac@SD1 suggest 3 kinds of parameter */ | |
- /* TX/RX Balance */ | |
+ { | |
valueDMATimeout = 0x06; | |
valueDMAPageCount = 0x06; | |
} | |
diff -u -p a/drivers/staging/rtl8723bs/hal/odm_DIG.c b/drivers/staging/rtl8723bs/hal/odm_DIG.c | |
--- a/drivers/staging/rtl8723bs/hal/odm_DIG.c | |
+++ b/drivers/staging/rtl8723bs/hal/odm_DIG.c | |
@@ -504,10 +504,7 @@ void odm_DIGInit(void *pDM_VOID) | |
/* To Initi BT30 IGI */ | |
pDM_DigTable->BT30_CurIGI = 0x32; | |
- if (pDM_Odm->BoardType & (ODM_BOARD_EXT_PA|ODM_BOARD_EXT_LNA)) { | |
- pDM_DigTable->rx_gain_range_max = DM_DIG_MAX_NIC; | |
- pDM_DigTable->rx_gain_range_min = DM_DIG_MIN_NIC; | |
- } else { | |
+ { | |
pDM_DigTable->rx_gain_range_max = DM_DIG_MAX_NIC; | |
pDM_DigTable->rx_gain_range_min = DM_DIG_MIN_NIC; | |
} | |
diff -u -p a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | |
--- a/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | |
+++ b/drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | |
@@ -315,14 +315,8 @@ static char *translate_scan(struct adapt | |
max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); | |
} | |
- else if (mcs_rate&0x0080)/* MCS7 */ | |
- { | |
- max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); | |
- } | |
- else/* default MCS7 */ | |
- { | |
- /* DBG_871X("wx_get_scan, mcs_rate_bitmap = 0x%x\n", mcs_rate); */ | |
- max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); | |
+ else { | |
+ max_rate = (bw_40MHz) ? ((short_GI) ? 150 : 135) : ((short_GI) ? 72 : 65); | |
} | |
max_rate = max_rate*2;/* Mbps/2; */ | |
diff -u -p a/drivers/media/dvb-frontends/au8522_decoder.c b/drivers/media/dvb-frontends/au8522_decoder.c | |
--- a/drivers/media/dvb-frontends/au8522_decoder.c | |
+++ b/drivers/media/dvb-frontends/au8522_decoder.c | |
@@ -280,12 +280,7 @@ static void setup_decoder_defaults(struc | |
AU8522_TOREGAAGC_REG0E5H_CVBS); | |
au8522_writereg(state, AU8522_REG016H, AU8522_REG016H_CVBS); | |
- if (is_svideo) { | |
- /* Despite what the table says, for the HVR-950q we still need | |
- to be in CVBS mode for the S-Video input (reason unknown). */ | |
- /* filter_coef_type = 3; */ | |
- filter_coef_type = 5; | |
- } else { | |
+ { | |
filter_coef_type = 5; | |
} | |
diff -u -p a/drivers/media/dvb-frontends/mb86a16.c b/drivers/media/dvb-frontends/mb86a16.c | |
--- a/drivers/media/dvb-frontends/mb86a16.c | |
+++ b/drivers/media/dvb-frontends/mb86a16.c | |
@@ -1465,11 +1465,7 @@ static int mb86a16_set_fe(struct mb86a16 | |
wait_t = (786432 + state->srate / 2) / state->srate; | |
else | |
wait_t = (1572864 + state->srate / 2) / state->srate; | |
- if (state->srate < 5000) | |
- /* FIXME ! , should be a long wait ! */ | |
- msleep_interruptible(wait_t); | |
- else | |
- msleep_interruptible(wait_t); | |
+ msleep_interruptible(wait_t); | |
if (sync_chk(state, &junk) == 0) { | |
iq_vt_set(state, 1); | |
diff -u -p a/drivers/net/ethernet/qlogic/qlge/qlge_dbg.c b/drivers/net/ethernet/qlogic/qlge/qlge_dbg.c | |
--- a/drivers/net/ethernet/qlogic/qlge/qlge_dbg.c | |
+++ b/drivers/net/ethernet/qlogic/qlge/qlge_dbg.c | |
@@ -144,40 +144,20 @@ static int ql_get_serdes_regs(struct ql_ | |
xaui_direct_valid = xaui_indirect_valid = 1; | |
/* The XAUI needs to be read out per port */ | |
- if (qdev->func & 1) { | |
- /* We are NIC 2 */ | |
+ { | |
status = ql_read_other_func_serdes_reg(qdev, | |
- XG_SERDES_XAUI_HSS_PCS_START, &temp); | |
+ XG_SERDES_XAUI_HSS_PCS_START, | |
+ &temp); | |
if (status) | |
temp = XG_SERDES_ADDR_XAUI_PWR_DOWN; | |
- if ((temp & XG_SERDES_ADDR_XAUI_PWR_DOWN) == | |
- XG_SERDES_ADDR_XAUI_PWR_DOWN) | |
+ if ((temp & XG_SERDES_ADDR_XAUI_PWR_DOWN) == XG_SERDES_ADDR_XAUI_PWR_DOWN) | |
xaui_indirect_valid = 0; | |
- | |
- status = ql_read_serdes_reg(qdev, | |
- XG_SERDES_XAUI_HSS_PCS_START, &temp); | |
- if (status) | |
- temp = XG_SERDES_ADDR_XAUI_PWR_DOWN; | |
- | |
- if ((temp & XG_SERDES_ADDR_XAUI_PWR_DOWN) == | |
- XG_SERDES_ADDR_XAUI_PWR_DOWN) | |
- xaui_direct_valid = 0; | |
- } else { | |
- /* We are NIC 1 */ | |
- status = ql_read_other_func_serdes_reg(qdev, | |
- XG_SERDES_XAUI_HSS_PCS_START, &temp); | |
- if (status) | |
- temp = XG_SERDES_ADDR_XAUI_PWR_DOWN; | |
- if ((temp & XG_SERDES_ADDR_XAUI_PWR_DOWN) == | |
- XG_SERDES_ADDR_XAUI_PWR_DOWN) | |
- xaui_indirect_valid = 0; | |
- | |
status = ql_read_serdes_reg(qdev, | |
- XG_SERDES_XAUI_HSS_PCS_START, &temp); | |
+ XG_SERDES_XAUI_HSS_PCS_START, | |
+ &temp); | |
if (status) | |
temp = XG_SERDES_ADDR_XAUI_PWR_DOWN; | |
- if ((temp & XG_SERDES_ADDR_XAUI_PWR_DOWN) == | |
- XG_SERDES_ADDR_XAUI_PWR_DOWN) | |
+ if ((temp & XG_SERDES_ADDR_XAUI_PWR_DOWN) == XG_SERDES_ADDR_XAUI_PWR_DOWN) | |
xaui_direct_valid = 0; | |
} | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/base.c b/drivers/net/wireless/realtek/rtlwifi/base.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/base.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/base.c | |
@@ -833,25 +833,13 @@ static u8 _rtl_get_vht_highest_n_rate(st | |
IEEE80211_VHT_MCS_SUPPORT_0_7) | |
hw_rate = | |
rtlpriv->cfg->maps[RTL_RC_VHT_RATE_2SS_MCS7]; | |
- else if ((tx_mcs_map & 0x000c) >> 2 == | |
- IEEE80211_VHT_MCS_SUPPORT_0_8) | |
- hw_rate = | |
- rtlpriv->cfg->maps[RTL_RC_VHT_RATE_2SS_MCS9]; | |
- else | |
- hw_rate = | |
- rtlpriv->cfg->maps[RTL_RC_VHT_RATE_2SS_MCS9]; | |
+ else hw_rate = rtlpriv->cfg->maps[RTL_RC_VHT_RATE_2SS_MCS9]; | |
} else { | |
if ((tx_mcs_map & 0x0003) == | |
IEEE80211_VHT_MCS_SUPPORT_0_7) | |
hw_rate = | |
rtlpriv->cfg->maps[RTL_RC_VHT_RATE_1SS_MCS7]; | |
- else if ((tx_mcs_map & 0x0003) == | |
- IEEE80211_VHT_MCS_SUPPORT_0_8) | |
- hw_rate = | |
- rtlpriv->cfg->maps[RTL_RC_VHT_RATE_1SS_MCS9]; | |
- else | |
- hw_rate = | |
- rtlpriv->cfg->maps[RTL_RC_VHT_RATE_1SS_MCS9]; | |
+ else hw_rate = rtlpriv->cfg->maps[RTL_RC_VHT_RATE_1SS_MCS9]; | |
} | |
return hw_rate; | |
diff -u -p a/drivers/net/wireless/ray_cs.c b/drivers/net/wireless/ray_cs.c | |
--- a/drivers/net/wireless/ray_cs.c | |
+++ b/drivers/net/wireless/ray_cs.c | |
@@ -2125,26 +2125,10 @@ static void rx_data(struct net_device *d | |
#endif | |
if (!sniffer) { | |
- if (translate) { | |
-/* TBD length needs fixing for translated header */ | |
- if (rx_len < (ETH_HLEN + RX_MAC_HEADER_LENGTH) || | |
- rx_len > | |
- (dev->mtu + RX_MAC_HEADER_LENGTH + ETH_HLEN + | |
- FCS_LEN)) { | |
- pr_debug( | |
- "ray_cs invalid packet length %d received\n", | |
- rx_len); | |
- return; | |
- } | |
- } else { /* encapsulated ethernet */ | |
- | |
- if (rx_len < (ETH_HLEN + RX_MAC_HEADER_LENGTH) || | |
- rx_len > | |
- (dev->mtu + RX_MAC_HEADER_LENGTH + ETH_HLEN + | |
- FCS_LEN)) { | |
- pr_debug( | |
- "ray_cs invalid packet length %d received\n", | |
- rx_len); | |
+ { | |
+ if (rx_len < (ETH_HLEN + RX_MAC_HEADER_LENGTH) || rx_len > (dev->mtu + RX_MAC_HEADER_LENGTH + ETH_HLEN + FCS_LEN)) { | |
+ pr_debug("ray_cs invalid packet length %d received\n", | |
+ rx_len); | |
return; | |
} | |
} | |
diff -u -p a/drivers/scsi/sym53c8xx_2/sym_glue.c b/drivers/scsi/sym53c8xx_2/sym_glue.c | |
--- a/drivers/scsi/sym53c8xx_2/sym_glue.c | |
+++ b/drivers/scsi/sym53c8xx_2/sym_glue.c | |
@@ -173,10 +173,7 @@ static int sym_xerr_cam_status(int cam_s | |
cam_status = DID_PARITY; | |
else if (x_status &(XE_EXTRA_DATA|XE_SODL_UNRUN|XE_SWIDE_OVRUN)) | |
cam_status = DID_ERROR; | |
- else if (x_status & XE_BAD_PHASE) | |
- cam_status = DID_ERROR; | |
- else | |
- cam_status = DID_ERROR; | |
+ else cam_status = DID_ERROR; | |
} | |
return cam_status; | |
} | |
diff -u -p a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c | |
--- a/drivers/scsi/pmcraid.c | |
+++ b/drivers/scsi/pmcraid.c | |
@@ -1596,10 +1596,7 @@ static void pmcraid_handle_config_change | |
NOTIFICATION_TYPE_ENTRY_CHANGED && | |
cfg_entry->resource_type == RES_TYPE_VSET) { | |
- if (fw_version <= PMCRAID_FW_VERSION_1) | |
- hidden_entry = (cfg_entry->unique_flags1 & 0x80) != 0; | |
- else | |
- hidden_entry = (cfg_entry->unique_flags1 & 0x80) != 0; | |
+ hidden_entry = (cfg_entry->unique_flags1 & 0x80) != 0; | |
} else if (!pmcraid_expose_resource(fw_version, cfg_entry)) { | |
goto out_notify_apps; | |
diff -u -p a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c | |
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c | |
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c | |
@@ -2907,11 +2907,7 @@ void rtw_update_ht_cap(struct adapter *p | |
/* maybe needs check if ap supports rx ampdu. */ | |
if ((phtpriv->ampdu_enable == false) && (pregistrypriv->ampdu_enable == 1)) { | |
- if (pregistrypriv->wifi_spec == 1) { | |
- /* remove this part because testbed AP should disable RX AMPDU */ | |
- /* phtpriv->ampdu_enable = false; */ | |
- phtpriv->ampdu_enable = true; | |
- } else { | |
+ { | |
phtpriv->ampdu_enable = true; | |
} | |
} else if (pregistrypriv->ampdu_enable == 2) { | |
diff -u -p a/fs/kernfs/file.c b/fs/kernfs/file.c | |
--- a/fs/kernfs/file.c | |
+++ b/fs/kernfs/file.c | |
@@ -664,10 +664,7 @@ static int kernfs_fop_open(struct inode | |
* Both paths of the branch look the same. They're supposed to | |
* look that way and give @of->mutex different static lockdep keys. | |
*/ | |
- if (has_mmap) | |
- mutex_init(&of->mutex); | |
- else | |
- mutex_init(&of->mutex); | |
+ mutex_init(&of->mutex); | |
of->kn = kn; | |
of->file = file; | |
diff -u -p a/drivers/misc/vmw_vmci/vmci_queue_pair.c b/drivers/misc/vmw_vmci/vmci_queue_pair.c | |
--- a/drivers/misc/vmw_vmci/vmci_queue_pair.c | |
+++ b/drivers/misc/vmw_vmci/vmci_queue_pair.c | |
@@ -2235,14 +2235,8 @@ int vmci_qp_broker_detach(struct vmci_ha | |
handle.context, handle.resource, | |
result); | |
- if (entry->vmci_page_files) | |
- qp_host_unregister_user_memory(entry->produce_q, | |
- entry-> | |
- consume_q); | |
- else | |
- qp_host_unregister_user_memory(entry->produce_q, | |
- entry-> | |
- consume_q); | |
+ qp_host_unregister_user_memory(entry->produce_q, | |
+ entry->consume_q); | |
} | |
diff -u -p a/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c b/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | |
--- a/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | |
+++ b/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | |
@@ -582,8 +582,6 @@ static int lio_set_phys_id(struct net_de | |
octnet_gpio_access(netdev, VITESSE_PHY_GPIO_CFG, | |
VITESSE_PHY_GPIO_HIGH); | |
- } else if (oct->chip_id == OCTEON_CN68XX) { | |
- return -EINVAL; | |
} else { | |
return -EINVAL; | |
} | |
@@ -593,10 +591,7 @@ static int lio_set_phys_id(struct net_de | |
if (oct->chip_id == OCTEON_CN66XX) | |
octnet_gpio_access(netdev, VITESSE_PHY_GPIO_CFG, | |
VITESSE_PHY_GPIO_LOW); | |
- else if (oct->chip_id == OCTEON_CN68XX) | |
- return -EINVAL; | |
- else | |
- return -EINVAL; | |
+ else return -EINVAL; | |
break; | |
diff -u -p a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c | |
--- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c | |
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c | |
@@ -3388,10 +3388,7 @@ void wlc_lcnphy_deaf_mode(struct brcms_p | |
u8 phybw40; | |
phybw40 = CHSPEC_IS40(pi->radio_chanspec); | |
- if (LCNREV_LT(pi->pubpi.phy_rev, 2)) { | |
- mod_phy_reg(pi, 0x4b0, (0x1 << 5), (mode) << 5); | |
- mod_phy_reg(pi, 0x4b1, (0x1 << 9), 0 << 9); | |
- } else { | |
+ { | |
mod_phy_reg(pi, 0x4b0, (0x1 << 5), (mode) << 5); | |
mod_phy_reg(pi, 0x4b1, (0x1 << 9), 0 << 9); | |
} | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c | |
@@ -1746,13 +1746,10 @@ static void btc8821a2ant_tdma_duration_a | |
btc8821a2ant_ps_tdma(btcoexist, | |
NORMAL_EXEC, true, 14); | |
coex_dm->ps_tdma_du_adj_type = 14; | |
- } else if (max_interval == 3) { | |
- btc8821a2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, true, 15); | |
- coex_dm->ps_tdma_du_adj_type = 15; | |
} else { | |
btc8821a2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, true, 15); | |
+ NORMAL_EXEC, | |
+ true, 15); | |
coex_dm->ps_tdma_du_adj_type = 15; | |
} | |
} else { | |
@@ -1764,13 +1761,10 @@ static void btc8821a2ant_tdma_duration_a | |
btc8821a2ant_ps_tdma(btcoexist, | |
NORMAL_EXEC, true, 10); | |
coex_dm->ps_tdma_du_adj_type = 10; | |
- } else if (max_interval == 3) { | |
- btc8821a2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, true, 11); | |
- coex_dm->ps_tdma_du_adj_type = 11; | |
} else { | |
btc8821a2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, true, 11); | |
+ NORMAL_EXEC, | |
+ true, 11); | |
coex_dm->ps_tdma_du_adj_type = 11; | |
} | |
} | |
@@ -1784,13 +1778,10 @@ static void btc8821a2ant_tdma_duration_a | |
btc8821a2ant_ps_tdma(btcoexist, | |
NORMAL_EXEC, true, 6); | |
coex_dm->ps_tdma_du_adj_type = 6; | |
- } else if (max_interval == 3) { | |
- btc8821a2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, true, 7); | |
- coex_dm->ps_tdma_du_adj_type = 7; | |
} else { | |
btc8821a2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, true, 7); | |
+ NORMAL_EXEC, | |
+ true, 7); | |
coex_dm->ps_tdma_du_adj_type = 7; | |
} | |
} else { | |
@@ -1802,13 +1793,10 @@ static void btc8821a2ant_tdma_duration_a | |
btc8821a2ant_ps_tdma(btcoexist, | |
NORMAL_EXEC, true, 2); | |
coex_dm->ps_tdma_du_adj_type = 2; | |
- } else if (max_interval == 3) { | |
- btc8821a2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, true, 3); | |
- coex_dm->ps_tdma_du_adj_type = 3; | |
} else { | |
btc8821a2ant_ps_tdma(btcoexist, | |
- NORMAL_EXEC, true, 3); | |
+ NORMAL_EXEC, | |
+ true, 3); | |
coex_dm->ps_tdma_du_adj_type = 3; | |
} | |
} | |
@@ -2835,10 +2823,7 @@ static void btc8821a2ant_action_a2dp(str | |
0x4); | |
} | |
- if ((bt_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (bt_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8821a2ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 23); | |
- } else { | |
+ { | |
btc8821a2ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 23); | |
} | |
@@ -2969,11 +2954,7 @@ static void btc8821a2ant_action_pan_edr( | |
0x4); | |
} | |
- if ((bt_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (bt_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) | |
- btc8821a2ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 26); | |
- else | |
- btc8821a2ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 26); | |
+ btc8821a2ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 26); | |
/* sw mechanism */ | |
btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); | |
@@ -3157,12 +3138,7 @@ static void btc8821a2ant_action_pan_edr_ | |
btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); | |
- if (wifi_bw == BTC_WIFI_BW_LEGACY) { | |
- /* for HID at 11b/g mode */ | |
- btc8821a2ant_coex_table(btcoexist, NORMAL_EXEC, 0x55ff55ff, | |
- 0x5a5f5a5f, 0xffff, 0x3); | |
- } else { | |
- /* for HID quality & wifi performance balance at 11n mode */ | |
+ { | |
btc8821a2ant_coex_table(btcoexist, NORMAL_EXEC, 0x55ff55ff, | |
0x5a5f5a5f, 0xffff, 0x3); | |
} | |
@@ -3346,10 +3322,7 @@ static void btc8821a2ant_action_hid_a2dp | |
0x4); | |
} | |
- if ((bt_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (bt_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8821a2ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 23); | |
- } else { | |
+ { | |
btc8821a2ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 23); | |
} | |
diff -u -p a/drivers/staging/media/atomisp/pci/atomisp2/atomisp_cmd.c b/drivers/staging/media/atomisp/pci/atomisp2/atomisp_cmd.c | |
--- a/drivers/staging/media/atomisp/pci/atomisp2/atomisp_cmd.c | |
+++ b/drivers/staging/media/atomisp/pci/atomisp2/atomisp_cmd.c | |
@@ -5510,20 +5510,7 @@ static int atomisp_set_fmt_to_isp(struct | |
return -EINVAL; | |
} | |
- if (asd->continuous_mode->val && | |
- (configure_pp_input == atomisp_css_preview_configure_pp_input || | |
- configure_pp_input == atomisp_css_video_configure_pp_input)) { | |
- /* for isp 2.2, configure pp input is available for continuous | |
- * mode */ | |
- ret = configure_pp_input(asd, isp_sink_crop->width, | |
- isp_sink_crop->height); | |
- if (ret) { | |
- dev_err(isp->dev, "configure_pp_input %ux%u\n", | |
- isp_sink_crop->width, | |
- isp_sink_crop->height); | |
- return -EINVAL; | |
- } | |
- } else { | |
+ { | |
ret = configure_pp_input(asd, isp_sink_crop->width, | |
isp_sink_crop->height); | |
if (ret) { | |
diff -u -p a/drivers/staging/rtl8723bs/hal/hal_btcoex.c b/drivers/staging/rtl8723bs/hal/hal_btcoex.c | |
--- a/drivers/staging/rtl8723bs/hal/hal_btcoex.c | |
+++ b/drivers/staging/rtl8723bs/hal/hal_btcoex.c | |
@@ -503,10 +503,7 @@ static u8 halbtcoutsrc_Get(void *pBtcCon | |
*pU4Tmp = BTC_WIFI_BW_LEGACY; | |
else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_20) | |
*pU4Tmp = BTC_WIFI_BW_HT20; | |
- else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) | |
- *pU4Tmp = BTC_WIFI_BW_HT40; | |
- else | |
- *pU4Tmp = BTC_WIFI_BW_HT40; /* todo */ | |
+ else *pU4Tmp = BTC_WIFI_BW_HT40; /* todo */ | |
break; | |
case BTC_GET_U4_WIFI_TRAFFIC_DIRECTION: | |
diff -u -p a/drivers/usb/misc/ftdi-elan.c b/drivers/usb/misc/ftdi-elan.c | |
--- a/drivers/usb/misc/ftdi-elan.c | |
+++ b/drivers/usb/misc/ftdi-elan.c | |
@@ -889,15 +889,6 @@ static char *have_ed_set_response(struct | |
mutex_unlock(&ftdi->u132_lock); | |
return b; | |
} | |
- } else if (ed_type == 0x01) { | |
- target->abandoning = 0; | |
- mutex_unlock(&ftdi->u132_lock); | |
- ftdi_elan_do_callback(ftdi, target, 4 + ftdi->response, | |
- payload); | |
- ftdi->received = 0; | |
- ftdi->expected = 4; | |
- ftdi->ed_found = 0; | |
- return ftdi->response; | |
} else { | |
target->abandoning = 0; | |
mutex_unlock(&ftdi->u132_lock); | |
@@ -998,26 +989,16 @@ read:{ | |
goto more; | |
} else | |
return 0; | |
- } else if (s0 == 0x31 && s1 == 0x00) { | |
- if (retry_on_empty-- > 0) { | |
- goto more; | |
- } else | |
- return 0; | |
} else { | |
if (retry_on_empty-- > 0) { | |
goto more; | |
- } else | |
+ }else | |
return 0; | |
} | |
- } else if (packet_bytes == 1) { | |
- if (retry_on_empty-- > 0) { | |
- goto more; | |
- } else | |
- return 0; | |
} else { | |
if (retry_on_empty-- > 0) { | |
goto more; | |
- } else | |
+ }else | |
return 0; | |
} | |
} | |
@@ -2078,18 +2059,12 @@ static int ftdi_elan_synchronize(struct | |
goto read; | |
} else | |
goto reset; | |
- } else if (s1 == 0x31 && s2 == 0x60) { | |
- if (read_stop-- > 0) { | |
- goto read; | |
- } else { | |
- dev_err(&ftdi->udev->dev, "retry limit reached\n"); | |
- continue; | |
- } | |
} else { | |
if (read_stop-- > 0) { | |
goto read; | |
- } else { | |
- dev_err(&ftdi->udev->dev, "retry limit reached\n"); | |
+ }else { | |
+ dev_err(&ftdi->udev->dev, | |
+ "retry limit reached\n"); | |
continue; | |
} | |
} | |
diff -u -p a/drivers/infiniband/core/cm.c b/drivers/infiniband/core/cm.c | |
--- a/drivers/infiniband/core/cm.c | |
+++ b/drivers/infiniband/core/cm.c | |
@@ -590,10 +590,7 @@ static struct cm_id_private * cm_insert_ | |
link = &(*link)->rb_right; | |
else if (be64_lt(service_id, cur_cm_id_priv->id.service_id)) | |
link = &(*link)->rb_left; | |
- else if (be64_gt(service_id, cur_cm_id_priv->id.service_id)) | |
- link = &(*link)->rb_right; | |
- else | |
- link = &(*link)->rb_right; | |
+ else link = &(*link)->rb_right; | |
} | |
rb_link_node(&cm_id_priv->service_node, parent, link); | |
rb_insert_color(&cm_id_priv->service_node, &cm.listen_service_table); | |
@@ -619,10 +616,7 @@ static struct cm_id_private * cm_find_li | |
node = node->rb_right; | |
else if (be64_lt(service_id, cm_id_priv->id.service_id)) | |
node = node->rb_left; | |
- else if (be64_gt(service_id, cm_id_priv->id.service_id)) | |
- node = node->rb_right; | |
- else | |
- node = node->rb_right; | |
+ else node = node->rb_right; | |
} | |
return NULL; | |
} | |
diff -u -p a/drivers/media/platform/qcom/venus/helpers.c b/drivers/media/platform/qcom/venus/helpers.c | |
--- a/drivers/media/platform/qcom/venus/helpers.c | |
+++ b/drivers/media/platform/qcom/venus/helpers.c | |
@@ -240,10 +240,7 @@ static void return_buf_error(struct venu | |
{ | |
struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; | |
- if (vbuf->vb2_buf.type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) | |
- v4l2_m2m_src_buf_remove_by_buf(m2m_ctx, vbuf); | |
- else | |
- v4l2_m2m_src_buf_remove_by_buf(m2m_ctx, vbuf); | |
+ v4l2_m2m_src_buf_remove_by_buf(m2m_ctx, vbuf); | |
v4l2_m2m_buf_done(vbuf, VB2_BUF_STATE_ERROR); | |
} | |
diff -u -p a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | |
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | |
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | |
@@ -225,10 +225,7 @@ static void stmmac_mtl_setup(struct plat | |
plat->tx_sched_algorithm = MTL_TX_ALGORITHM_WFQ; | |
else if (of_property_read_bool(tx_node, "snps,tx-sched-dwrr")) | |
plat->tx_sched_algorithm = MTL_TX_ALGORITHM_DWRR; | |
- else if (of_property_read_bool(tx_node, "snps,tx-sched-sp")) | |
- plat->tx_sched_algorithm = MTL_TX_ALGORITHM_SP; | |
- else | |
- plat->tx_sched_algorithm = MTL_TX_ALGORITHM_SP; | |
+ else plat->tx_sched_algorithm = MTL_TX_ALGORITHM_SP; | |
queue = 0; | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c b/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192c/dm_common.c | |
@@ -1673,8 +1673,6 @@ static void rtl92c_bt_ant_isolation(stru | |
(rtlpriv->btcoexist.bt_rssi_state & | |
BT_RSSI_STATE_SPECIAL_LOW)) { | |
rtl_write_byte(rtlpriv, REG_GPIO_MUXCFG, 0xa0); | |
- } else if (rtlpriv->btcoexist.bt_service == BT_PAN) { | |
- rtl_write_byte(rtlpriv, REG_GPIO_MUXCFG, tmp1byte); | |
} else { | |
rtl_write_byte(rtlpriv, REG_GPIO_MUXCFG, tmp1byte); | |
} | |
diff -u -p a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c | |
--- a/drivers/staging/xgifb/vb_setmode.c | |
+++ b/drivers/staging/xgifb/vb_setmode.c | |
@@ -2538,10 +2538,7 @@ static void XGI_GetCRT2Data(unsigned sho | |
tempbx = 700; | |
else if (pVBInfo->VGAVDE == 400) | |
tempbx = 800; | |
- else if (pVBInfo->VGAVDE == 1024) | |
- tempbx = 960; | |
- else | |
- tempbx = 960; | |
+ else tempbx = 960; | |
} else if (pVBInfo->LCDResInfo == Panel_1400x1050) { | |
tempax = 1400; | |
tempbx = 1050; | |
diff -u -p a/drivers/video/fbdev/sis/init301.c b/drivers/video/fbdev/sis/init301.c | |
--- a/drivers/video/fbdev/sis/init301.c | |
+++ b/drivers/video/fbdev/sis/init301.c | |
@@ -6848,11 +6848,9 @@ SiS_SetGroup2(struct SiS_Private *SiS_Pr | |
if(SiS_Pr->SiS_VGAHDE >= 1280) { | |
tempch = 20; | |
tempbx &= ~0x20; | |
- } else if(SiS_Pr->SiS_VGAHDE >= 1024) { | |
- tempch = 25; | |
} else { | |
- tempch = 25; /* OK */ | |
- } | |
+ tempch = 25; | |
+ } | |
} | |
} | |
} | |
@@ -7965,12 +7963,9 @@ SiS_SetCHTVReg(struct SiS_Private *SiS_P | |
} | |
} else { /* ---- PAL ---- */ | |
/* We don't play around with FSCI in PAL mode */ | |
- if(resindex == 0x04) { | |
- SiS_SetCH70xxANDOR(SiS_Pr,0x20,0x00,0xEF); /* loop filter off */ | |
- SiS_SetCH70xxANDOR(SiS_Pr,0x21,0x01,0xFE); /* ACIV on */ | |
- } else { | |
- SiS_SetCH70xxANDOR(SiS_Pr,0x20,0x00,0xEF); /* loop filter off */ | |
- SiS_SetCH70xxANDOR(SiS_Pr,0x21,0x01,0xFE); /* ACIV on */ | |
+ { | |
+ SiS_SetCH70xxANDOR(SiS_Pr, 0x20, 0x00, 0xEF); | |
+ SiS_SetCH70xxANDOR(SiS_Pr, 0x21, 0x01, 0xFE); | |
} | |
} | |
@@ -9657,8 +9652,6 @@ SetDelayComp(struct SiS_Private *SiS_Pr, | |
delay = 0x0a; | |
} else if(IS_SIS740) { | |
delay = 0x00; | |
- } else if(SiS_Pr->ChipType < SIS_330) { | |
- delay = 0x0c; | |
} else { | |
delay = 0x0c; | |
} | |
diff -u -p a/arch/sh/kernel/traps_64.c b/arch/sh/kernel/traps_64.c | |
--- a/arch/sh/kernel/traps_64.c | |
+++ b/arch/sh/kernel/traps_64.c | |
@@ -57,14 +57,7 @@ static int read_opcode(reg_size_t pc, in | |
*result_opcode = *(insn_size_t *)aligned_pc; | |
return 0; | |
} | |
- } else if ((pc & 1) == 0) { | |
- /* SHcompact */ | |
- /* TODO : provide handling for this. We don't really support | |
- user-mode SHcompact yet, and for a kernel fault, this would | |
- have to come from a module built for SHcompact. */ | |
- return -EFAULT; | |
} else { | |
- /* misaligned */ | |
return -EFAULT; | |
} | |
} | |
diff -u -p a/drivers/net/wireless/broadcom/b43/xmit.c b/drivers/net/wireless/broadcom/b43/xmit.c | |
--- a/drivers/net/wireless/broadcom/b43/xmit.c | |
+++ b/drivers/net/wireless/broadcom/b43/xmit.c | |
@@ -184,10 +184,7 @@ static u16 b43_generate_tx_phy_ctl1(stru | |
u16 control = 0; | |
u16 bw; | |
- if (phy->type == B43_PHYTYPE_LP) | |
- bw = B43_TXH_PHY1_BW_20; | |
- else /* FIXME */ | |
- bw = B43_TXH_PHY1_BW_20; | |
+ bw = B43_TXH_PHY1_BW_20; | |
if (0) { /* FIXME: MIMO */ | |
} else if (b43_is_cck_rate(bitrate) && phy->type != B43_PHYTYPE_LP) { | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a1ant.c | |
@@ -1617,11 +1617,7 @@ static void btc8821a1ant_act_bt_sco_hid_ | |
/* tdma and coex table */ | |
btc8821a1ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 5); | |
- if (BT_8821A_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == | |
- wifi_status) | |
- btc8821a1ant_coex_table_with_type(btcoexist, NORMAL_EXEC, 1); | |
- else | |
- btc8821a1ant_coex_table_with_type(btcoexist, NORMAL_EXEC, 1); | |
+ btc8821a1ant_coex_table_with_type(btcoexist, NORMAL_EXEC, 1); | |
} | |
static void btc8821a1ant_act_wifi_con_bt_acl_busy(struct btc_coexist *btcoexist, | |
@@ -1660,15 +1656,8 @@ static void btc8821a1ant_act_wifi_con_bt | |
} | |
} else if (bt_link_info->hid_exist && bt_link_info->a2dp_exist) { | |
/* HID+A2DP */ | |
- if ((bt_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (bt_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8821a1ant_ps_tdma(btcoexist, NORMAL_EXEC, | |
- true, 14); | |
- coex_dm->auto_tdma_adjust = false; | |
- } else { | |
- /*for low BT RSSI*/ | |
- btc8821a1ant_ps_tdma(btcoexist, NORMAL_EXEC, | |
- true, 14); | |
+ { | |
+ btc8821a1ant_ps_tdma(btcoexist, NORMAL_EXEC, true, 14); | |
coex_dm->auto_tdma_adjust = false; | |
} | |
@@ -2024,15 +2013,10 @@ static void btc8821a1ant_run_coexist_mec | |
wifi_rssi_state = | |
btc8821a1ant_wifi_rssi_state(btcoexist, 1, 2, | |
30, 0); | |
- if ((wifi_rssi_state == BTC_RSSI_STATE_HIGH) || | |
- (wifi_rssi_state == BTC_RSSI_STATE_STAY_HIGH)) { | |
- btc8821a1ant_limited_tx(btcoexist, | |
- NORMAL_EXEC, 1, 1, | |
- 0, 1); | |
- } else { | |
+ { | |
btc8821a1ant_limited_tx(btcoexist, | |
- NORMAL_EXEC, 1, 1, | |
- 0, 1); | |
+ NORMAL_EXEC, 1, 1, 0, | |
+ 1); | |
} | |
} else { | |
btc8821a1ant_limited_tx(btcoexist, NORMAL_EXEC, | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.c | |
@@ -1367,17 +1367,7 @@ static void _rtl92s_phy_set_rfhalt(struc | |
} | |
/* Power save for MAC */ | |
- if (ppsc->rfoff_reason == RF_CHANGE_BY_IPS && | |
- !rtlhal->driver_going2unload) { | |
- /* enable LED function */ | |
- rtl_write_byte(rtlpriv, 0x03, 0xF9); | |
- /* SW/HW radio off or halt adapter!! For example S3/S4 */ | |
- } else { | |
- /* LED function disable. Power range is about 8mA now. */ | |
- /* if write 0xF1 disconnet_pci power | |
- * ifconfig wlan0 down power are both high 35:70 */ | |
- /* if write oxF9 disconnet_pci power | |
- * ifconfig wlan0 down power are both low 12:45*/ | |
+ { | |
rtl_write_byte(rtlpriv, 0x03, 0xF9); | |
} | |
diff -u -p a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c | |
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c | |
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c | |
@@ -3574,10 +3574,7 @@ void rtl8821ae_phy_sw_chnl_callback(stru | |
if (rtlhal->hw_type == HARDWARE_TYPE_RTL8821AE) { | |
if (36 <= channel && channel <= 64) | |
data = 0x114E9; | |
- else if (100 <= channel && channel <= 140) | |
- data = 0x110E9; | |
- else | |
- data = 0x110E9; | |
+ else data = 0x110E9; | |
rtl8821ae_phy_set_rf_reg(hw, path, RF_APK, | |
BRFREGOFFSETMASK, data); | |
} | |
diff -u -p a/drivers/net/irda/via-ircc.c b/drivers/net/irda/via-ircc.c | |
--- a/drivers/net/irda/via-ircc.c | |
+++ b/drivers/net/irda/via-ircc.c | |
@@ -595,14 +595,10 @@ static void via_ircc_change_dongle_speed | |
InvertTX(iobase, OFF); | |
InvertRX(iobase, OFF); | |
SlowIRRXLowActive(iobase, OFF); | |
- if (IsSIROn(iobase)) { //sir | |
+ { | |
EnGPIOtoRX2(iobase, OFF); | |
WriteGIO(iobase, OFF); | |
- EnRX2(iobase, OFF); //sir to rx2 | |
- } else { // fir mir | |
- EnGPIOtoRX2(iobase, OFF); | |
- WriteGIO(iobase, OFF); | |
- EnRX2(iobase, OFF); //fir to rx | |
+ EnRX2(iobase, OFF); | |
} | |
break; | |
diff -u -p a/drivers/pcmcia/pxa2xx_trizeps4.c b/drivers/pcmcia/pxa2xx_trizeps4.c | |
--- a/drivers/pcmcia/pxa2xx_trizeps4.c | |
+++ b/drivers/pcmcia/pxa2xx_trizeps4.c | |
@@ -61,10 +61,8 @@ static void trizeps_pcmcia_socket_state( | |
ConXS_CFSR_BVD_MASK; | |
if (change) { | |
trizeps_pcmcia_status[skt->nr] = status; | |
- if (status & ConXS_CFSR_BVD1) { | |
- /* enable_irq empty */ | |
- } else { | |
- /* disable_irq empty */ | |
+ { | |
+ | |
} | |
} |
Unfortunately this do not cover ternary operators like:
drivers/staging/media/atomisp/pci/atomisp2/css2400/sh_css.c
ia_css_pipe_get_copy_binarydesc(pipe, ©_descr,
©_in_info, ©_out_info, (next_binary != NULL) ? NULL : NULL/*TODO: ©_vf_info*/);
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found with Coccinelle using the following semantic patch: