Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121375
b: refs/heads/master
c: 50afd20
h: refs/heads/master
i:
  121373: 23c6d26
  121371: a1a88e8
  121367: e6321bc
  121359: c2611ad
  121343: 57a60d0
v: v3
  • Loading branch information
Stefan Haberland authored and Martin Schwidefsky committed Dec 25, 2008
1 parent d1eea93 commit 75af7d7
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: faf16aa9b368d48a0efbd0920718d68ec7a72542
refs/heads/master: 50afd20f8c3ce23994a21c389e7250e54a93bf55
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd_eckd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ static void dasd_eckd_handle_unsolicited_interrupt(struct dasd_device *device,


/* service information message SIM */
if (irb->esw.esw0.erw.cons && (irb->ecw[27] & DASD_SENSE_BIT_0) &&
if (irb->esw.esw0.erw.cons && !(irb->ecw[27] & DASD_SENSE_BIT_0) &&
((irb->ecw[6] & DASD_SIM_SENSE) == DASD_SIM_SENSE)) {
dasd_3990_erp_handle_sim(device, irb->ecw);
dasd_schedule_device_bh(device);
Expand Down

0 comments on commit 75af7d7

Please sign in to comment.