Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139306
b: refs/heads/master
c: 99f6a57
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Mar 31, 2009
1 parent dfb2ff0 commit eb7df94
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b5cd99e6b002776c0e946f38292adbb0258b7983
refs/heads/master: 99f6a570eedc885675b6aa36b7acdbdcc3a7f55b
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static int online_store_recog_and_online(struct ccw_device *cdev)
int ret;

/* Do device recognition, if needed. */
if (cdev->id.cu_type == 0) {
if (cdev->private->state == DEV_STATE_BOXED) {
ret = ccw_device_recognition(cdev);
if (ret) {
CIO_MSG_EVENT(0, "Couldn't start recognition "
Expand Down

0 comments on commit eb7df94

Please sign in to comment.