Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39861
b: refs/heads/master
c: 8b42f5c
h: refs/heads/master
i:
  39859: 61c031b
v: v3
  • Loading branch information
Peter Oberparleiter authored and Martin Schwidefsky committed Oct 18, 2006
1 parent 7523721 commit 4f2ea1b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1df23957ba2da6eb8c7a5c2ad7bb1d4732132873
refs/heads/master: 8b42f5c20251060cb1ab875459fe66ad7bb92cbd
4 changes: 4 additions & 0 deletions trunk/drivers/s390/cio/device_fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,13 @@ ccw_device_verify_done(struct ccw_device *cdev, int err)
}
break;
case -ETIME:
/* Reset oper notify indication after verify error. */
cdev->private->flags.donotify = 0;
ccw_device_done(cdev, DEV_STATE_BOXED);
break;
default:
/* Reset oper notify indication after verify error. */
cdev->private->flags.donotify = 0;
PREPARE_WORK(&cdev->private->kick_work,
ccw_device_nopath_notify, cdev);
queue_work(ccw_device_notify_work, &cdev->private->kick_work);
Expand Down

0 comments on commit 4f2ea1b

Please sign in to comment.