Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173247
b: refs/heads/master
c: ec64333
h: refs/heads/master
i:
  173245: dd48f61
  173243: d485a5f
  173239: 517da26
  173231: 0f0f8c2
  173215: a85ee31
  173183: 5466003
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Dec 7, 2009
1 parent 373994c commit f7262f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 56e6b796fe9b99287648fc5686aae00106b37bab
refs/heads/master: ec64333c3a9bc52e34d79cff23acf4e5764b1353
3 changes: 2 additions & 1 deletion trunk/drivers/s390/cio/device_fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ ccw_device_recog_done(struct ccw_device *cdev, int state)

sch = to_subchannel(cdev->dev.parent);

cio_disable_subchannel(sch);
if (cio_disable_subchannel(sch))
state = DEV_STATE_NOT_OPER;
/*
* Now that we tried recognition, we have performed device selection
* through ssch() and the path information is up to date.
Expand Down

0 comments on commit f7262f6

Please sign in to comment.