Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322991
b: refs/heads/master
c: 1f08be8
h: refs/heads/master
i:
  322989: cb283da
  322987: 82a9902
  322983: 625a1f7
  322975: 9bf55d6
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Sep 6, 2012
1 parent 1804b39 commit 6eba44b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 9016083b7bc4829c4f97f37a1a3102e0f5a37692
refs/heads/master: 1f08be80bef6f7a3faaa728db836b47ff742f41f
6 changes: 3 additions & 3 deletions trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,11 @@ static void dasd_change_state(struct dasd_device *device)
if (rc)
device->target = device->state;

if (device->state == device->target)
wake_up(&dasd_init_waitq);

/* let user-space know that the device status changed */
kobject_uevent(&device->cdev->dev.kobj, KOBJ_CHANGE);

if (device->state == device->target)
wake_up(&dasd_init_waitq);
}

/*
Expand Down

0 comments on commit 6eba44b

Please sign in to comment.