Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331409
b: refs/heads/master
c: 5543a6a
h: refs/heads/master
i:
  331407: 6d730d5
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Rusty Russell committed Sep 28, 2012
1 parent fffbbcd commit 9f9a41f
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: eccbb05a64fef867362ff05b5d266757e3c82b36
refs/heads/master: 5543a6ac31eb4bfd8d938db6b234ce833d14e04e
2 changes: 1 addition & 1 deletion trunk/drivers/virtio/virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static int virtio_dev_remove(struct device *_d)
drv->remove(dev);

/* Driver should have reset device. */
BUG_ON(dev->config->get_status(dev));
WARN_ON_ONCE(dev->config->get_status(dev));

/* Acknowledge the device's existence again. */
add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE);
Expand Down

0 comments on commit 9f9a41f

Please sign in to comment.