Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97515
b: refs/heads/master
c: 2ad3cfb
h: refs/heads/master
i:
  97513: 4a10961
  97511: 1785415
v: v3
  • Loading branch information
Rusty Russell committed May 30, 2008
1 parent 265cb4e commit e8178de
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: ac9d463afb1ca2434335351f3b7d9e4c8f8470e9
refs/heads/master: 2ad3cfbac58d0a6c6e65aafd9e0e757ca3d35292
2 changes: 1 addition & 1 deletion trunk/drivers/virtio/virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ int register_virtio_device(struct virtio_device *dev)
int err;

dev->dev.bus = &virtio_bus;
sprintf(dev->dev.bus_id, "%u", dev->index);
sprintf(dev->dev.bus_id, "virtio%u", dev->index);

/* We always start by resetting the device, in case a previous
* driver messed it up. This also tests that code path a little. */
Expand Down

0 comments on commit e8178de

Please sign in to comment.