Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207856
b: refs/heads/master
c: dbedd0e
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ernst authored and Martin Schwidefsky committed Aug 9, 2010
1 parent 80e183f commit ac423d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd0457a6ae52141718a15652fb80d867e1bf1d10
refs/heads/master: dbedd0ee47313f2a3c94b19346785fcdfa721390
2 changes: 2 additions & 0 deletions trunk/drivers/s390/cio/ccwreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ static enum io_status ccwreq_status(struct ccw_device *cdev, struct irb *lcirb)
/* Ask the driver what to do */
if (cdev->drv && cdev->drv->uc_handler) {
todo = cdev->drv->uc_handler(cdev, lcirb);
CIO_TRACE_EVENT(2, "uc_response");
CIO_HEX_EVENT(2, &todo, sizeof(todo));
switch (todo) {
case UC_TODO_RETRY:
return IO_STATUS_ERROR;
Expand Down

0 comments on commit ac423d1

Please sign in to comment.