Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156295
b: refs/heads/master
c: 1e9b164
h: refs/heads/master
i:
  156293: 5304f32
  156291: bb2b557
  156287: 9f22bc4
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Jul 30, 2009
1 parent 0ecc994 commit cefea80
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: acf7b86150701de105aa8307b4b3f9dc533c45bb
refs/heads/master: 1e9b16430ff4fd09408a74342d6b8338228e2f70
2 changes: 1 addition & 1 deletion trunk/drivers/s390/scsi/zfcp_fsf.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ static struct zfcp_fsf_req *zfcp_fsf_req_create(struct zfcp_adapter *adapter,
req = zfcp_fsf_alloc_qtcb(pool);

if (unlikely(!req))
return ERR_PTR(-EIO);
return ERR_PTR(-ENOMEM);

if (adapter->req_no == 0)
adapter->req_no++;
Expand Down

0 comments on commit cefea80

Please sign in to comment.