Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86929
b: refs/heads/master
c: 5c12f24
h: refs/heads/master
i:
  86927: 1d1a625
v: v3
  • Loading branch information
Stefan Weinhuber authored and Martin Schwidefsky committed Mar 5, 2008
1 parent 5e51317 commit 95c1fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 98c7b388afffdc5699095261b437b286d718270c
refs/heads/master: 5c12f2406cea24a2c885a8d3e5aa7ab94c65f0d5
6 changes: 2 additions & 4 deletions trunk/drivers/s390/block/dasd_3990_erp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2310,10 +2310,8 @@ static int
dasd_3990_erp_error_match(struct dasd_ccw_req *cqr1, struct dasd_ccw_req *cqr2)
{

/* check failed CCW */
if (cqr1->irb.scsw.cpa != cqr2->irb.scsw.cpa) {
// return 0; /* CCW doesn't match */
}
if (cqr1->startdev != cqr2->startdev)
return 0;

if (cqr1->irb.esw.esw0.erw.cons != cqr2->irb.esw.esw0.erw.cons)
return 0;
Expand Down

0 comments on commit 95c1fc6

Please sign in to comment.