Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207859
b: refs/heads/master
c: c304db8
h: refs/heads/master
i:
  207857: 53d46ab
  207855: 80e183f
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Aug 9, 2010
1 parent bfdef29 commit 6d047fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 982bdf814616bec77c920e16ea4108d409f144ed
refs/heads/master: c304db8a860c10abfaf72f7faa3df598079e2f0c
1 change: 0 additions & 1 deletion trunk/drivers/s390/cio/device_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ void ccw_device_sense_id_start(struct ccw_device *cdev)
req->timeout = SENSE_ID_TIMEOUT;
req->maxretries = SENSE_ID_RETRIES;
req->lpm = sch->schib.pmcw.pam & sch->opm;
req->singlepath = 1;
req->check = snsid_check;
req->callback = snsid_callback;
ccw_request_start(cdev);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/s390/cio/device_pgid.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ void ccw_device_stlck_start(struct ccw_device *cdev, void *data, void *buf1,
req->timeout = PGID_TIMEOUT;
req->maxretries = PGID_RETRIES;
req->lpm = sch->schib.pmcw.pam & sch->opm;
req->singlepath = 1;
req->data = data;
req->callback = stlck_callback;
stlck_build_cp(cdev, buf1, buf2);
Expand Down

0 comments on commit 6d047fc

Please sign in to comment.