Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123987
b: refs/heads/master
c: bda53cd
h: refs/heads/master
i:
  123985: cb1c63d
  123983: 96e4dbe
v: v3
  • Loading branch information
Mark McLoughlin authored and Rusty Russell committed Dec 29, 2008
1 parent 65e7b0e commit 6043b4e
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: 58a24566449892dda409b9ad92c2e56c76c5670c
refs/heads/master: bda53cd510b6777ced652ba279020bb7b414b744
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/lguest_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static struct virtqueue *lg_find_vq(struct virtio_device *vdev,
* the interrupt as a source of randomness: it'd be nice to have that
* back.. */
err = request_irq(lvq->config.irq, vring_interrupt, IRQF_SHARED,
vdev->dev.bus_id, vq);
dev_name(&vdev->dev), vq);
if (err)
goto destroy_vring;

Expand Down

0 comments on commit 6043b4e

Please sign in to comment.