Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173261
b: refs/heads/master
c: 626350b
h: refs/heads/master
i:
  173259: 310e18f
v: v3
  • Loading branch information
Stefan Weinhuber authored and Martin Schwidefsky committed Dec 7, 2009
1 parent 7b6c776 commit 08f225d
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: 779c27820a6bd53523a34551aa6004045a060dcf
refs/heads/master: 626350b63ef2cd447023d3dc2a34eaa7ca01bfff
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/dasd_eckd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,9 +1012,9 @@ static struct dasd_ccw_req *dasd_eckd_build_psf_ssc(struct dasd_device *device,
}
psf_ssc_data = (struct dasd_psf_ssc_data *)cqr->data;
psf_ssc_data->order = PSF_ORDER_SSC;
psf_ssc_data->suborder = 0x40;
psf_ssc_data->suborder = 0xc0;
if (enable_pav) {
psf_ssc_data->suborder |= 0x88;
psf_ssc_data->suborder |= 0x08;
psf_ssc_data->reserved[0] = 0x88;
}
ccw = cqr->cpaddr;
Expand Down

0 comments on commit 08f225d

Please sign in to comment.