Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57209
b: refs/heads/master
c: 3ecb0a5
h: refs/heads/master
i:
  57207: e8d6446
v: v3
  • Loading branch information
Peter Oberparleiter authored and Martin Schwidefsky committed May 31, 2007
1 parent a46be1b commit 5175604
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 59a8a6e227cf0bc42e5be741ebfea97c222ab9ef
refs/heads/master: 3ecb0a5a7b567c9719d61938bcdba22938084b65
6 changes: 6 additions & 0 deletions trunk/drivers/s390/cio/device_fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,12 @@ ccw_device_disband_done(struct ccw_device *cdev, int err)
ccw_device_done(cdev, DEV_STATE_BOXED);
break;
default:
cdev->private->flags.donotify = 0;
if (get_device(&cdev->dev)) {
PREPARE_WORK(&cdev->private->kick_work,
ccw_device_call_sch_unregister);
queue_work(ccw_device_work, &cdev->private->kick_work);
}
ccw_device_done(cdev, DEV_STATE_NOT_OPER);
break;
}
Expand Down

0 comments on commit 5175604

Please sign in to comment.