Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102297
b: refs/heads/master
c: 9d853ca
h: refs/heads/master
i:
  102295: c91854d
v: v3
  • Loading branch information
Stefan Haberland authored and Heiko Carstens committed Jul 17, 2008
1 parent dac611f commit 2fde585
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 12e0c95e0ca99f633c9d9f90773037eb178685ad
refs/heads/master: 9d853caf44e6f969a9ad056a9937e8d97bc2c761
4 changes: 3 additions & 1 deletion trunk/drivers/s390/block/dasd_eckd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1418,8 +1418,10 @@ static void dasd_eckd_handle_unsolicited_interrupt(struct dasd_device *device,


/* service information message SIM */
if ((irb->ecw[6] & DASD_SIM_SENSE) == DASD_SIM_SENSE) {
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);
return;
}

Expand Down

0 comments on commit 2fde585

Please sign in to comment.