Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280631
b: refs/heads/master
c: 1afcfd5
h: refs/heads/master
i:
  280629: 27fa39d
  280627: 410caf5
  280623: 9a57240
v: v3
  • Loading branch information
Stefan Weinhuber authored and Martin Schwidefsky committed Dec 27, 2011
1 parent c89ccc6 commit 0041451
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 85ac7ca5972d63d23aa5ea75c3834a33b951f89d
refs/heads/master: 1afcfd5948ff27cdbc6d91e9f3cdbdd7f3b1e566
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/dasd_3990_erp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ dasd_3990_erp_action_1B_32(struct dasd_ccw_req * default_erp, char *sense)
erp->startdev = device;
erp->memdev = device;
erp->magic = default_erp->magic;
erp->expires = 0;
erp->expires = default_erp->expires;
erp->retries = 256;
erp->buildclk = get_clock();
erp->status = DASD_CQR_FILLED;
Expand Down Expand Up @@ -2363,7 +2363,7 @@ static struct dasd_ccw_req *dasd_3990_erp_add_erp(struct dasd_ccw_req *cqr)
erp->memdev = device;
erp->block = cqr->block;
erp->magic = cqr->magic;
erp->expires = 0;
erp->expires = cqr->expires;
erp->retries = 256;
erp->buildclk = get_clock();
erp->status = DASD_CQR_FILLED;
Expand Down

0 comments on commit 0041451

Please sign in to comment.