Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362478
b: refs/heads/master
c: 95c9f4d
h: refs/heads/master
v: v3
  • Loading branch information
John Gong authored and James Bottomley committed Apr 6, 2013
1 parent fab0c81 commit d16f300
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: f19799f49d1a03f39d5e53fa1bf05db4820c86c2
refs/heads/master: 95c9f4d4da6c4e445a9dd58c8382356520ea91a0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libsas/sas_expander.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ int sas_ex_phy_discover(struct domain_device *dev, int single)
if (!disc_req)
return -ENOMEM;

disc_resp = alloc_smp_req(DISCOVER_RESP_SIZE);
disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE);
if (!disc_resp) {
kfree(disc_req);
return -ENOMEM;
Expand Down

0 comments on commit d16f300

Please sign in to comment.