We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fb9b9 commit a475418Copy full SHA for a475418
drivers/net/wireless/intel/iwlwifi/pcie/trans.c
@@ -3106,7 +3106,7 @@ static u32 iwl_trans_pcie_dump_rbs(struct iwl_trans *trans,
3106
struct iwl_rxq *rxq = &trans_pcie->rxq[0];
3107
u32 i, r, j, rb_len = 0;
3108
3109
- spin_lock(&rxq->lock);
+ spin_lock_bh(&rxq->lock);
3110
3111
r = iwl_get_closed_rb_stts(trans, rxq);
3112
@@ -3130,7 +3130,7 @@ static u32 iwl_trans_pcie_dump_rbs(struct iwl_trans *trans,
3130
*data = iwl_fw_error_next_data(*data);
3131
}
3132
3133
- spin_unlock(&rxq->lock);
+ spin_unlock_bh(&rxq->lock);
3134
3135
return rb_len;
3136
0 commit comments