Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250533
b: refs/heads/master
c: 364c18d
h: refs/heads/master
i:
  250531: 2696374
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed May 23, 2011
1 parent 2526895 commit 8e03174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7712f83aa904fef0d7d6e5ba7684c3272bddbb19
refs/heads/master: 364c18d817a6beb3303e6b8f28ea37d9c06ff382
3 changes: 1 addition & 2 deletions trunk/drivers/s390/block/dasd_eckd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2552,8 +2552,7 @@ static int prepare_itcw(struct itcw *itcw,

dcw = itcw_add_dcw(itcw, pfx_cmd, 0,
&pfxdata, sizeof(pfxdata), total_data_size);

return rc;
return IS_ERR(dcw) ? PTR_ERR(dcw) : 0;
}

static struct dasd_ccw_req *dasd_eckd_build_cp_tpm_track(
Expand Down

0 comments on commit 8e03174

Please sign in to comment.