Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359484
b: refs/heads/master
c: b0d5e15
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and James Bottomley committed Jan 30, 2013
1 parent 10e3631 commit d43ed48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72da7bcd68b38501b1e5b4c7bffab7a1093c5a40
refs/heads/master: b0d5e15cc4d76efacdfe8d974f50d2afc25123fe
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/bnx2fc/bnx2fc_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ int bnx2fc_init_mp_req(struct bnx2fc_cmd *io_req)
mp_req->mp_resp_bd = dma_alloc_coherent(&hba->pcidev->dev, sz,
&mp_req->mp_resp_bd_dma,
GFP_ATOMIC);
if (!mp_req->mp_req_bd) {
if (!mp_req->mp_resp_bd) {
printk(KERN_ERR PFX "unable to alloc MP resp bd\n");
bnx2fc_free_mp_resc(io_req);
return FAILED;
Expand Down

0 comments on commit d43ed48

Please sign in to comment.