File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
drivers/net/ethernet/qlogic/qed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -360,13 +360,13 @@ static void qed_rdma_resc_free(struct qed_hwfn *p_hwfn)
360
360
361
361
static void qed_rdma_free_tid (void * rdma_cxt , u32 itid )
362
362
{
363
- struct qed_hwfn * p_hwfn = (struct qed_hwfn * )rdma_cxt ;
363
+ struct qed_hwfn * p_hwfn = (struct qed_hwfn * )rdma_cxt ;
364
364
365
- DP_VERBOSE (p_hwfn , QED_MSG_RDMA , "itid = %08x\n" , itid );
365
+ DP_VERBOSE (p_hwfn , QED_MSG_RDMA , "itid = %08x\n" , itid );
366
366
367
- spin_lock_bh (& p_hwfn -> p_rdma_info -> lock );
368
- qed_bmap_release_id (p_hwfn , & p_hwfn -> p_rdma_info -> tid_map , itid );
369
- spin_unlock_bh (& p_hwfn -> p_rdma_info -> lock );
367
+ spin_lock_bh (& p_hwfn -> p_rdma_info -> lock );
368
+ qed_bmap_release_id (p_hwfn , & p_hwfn -> p_rdma_info -> tid_map , itid );
369
+ spin_unlock_bh (& p_hwfn -> p_rdma_info -> lock );
370
370
}
371
371
372
372
static void qed_rdma_free_reserved_lkey (struct qed_hwfn * p_hwfn )
You can’t perform that action at this time.
0 commit comments