Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130700
b: refs/heads/master
c: 3fff017
h: refs/heads/master
v: v3
  • Loading branch information
Mark McLoughlin authored and Linus Torvalds committed Feb 3, 2009
1 parent 2e42b8f commit 63ebc0a
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: 720eba31f47aeade8ec130ca7f4353223c49170f
refs/heads/master: 3fff0179e33cd7d0a688dab65700c46ad089e934
2 changes: 1 addition & 1 deletion trunk/drivers/virtio/virtio_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static irqreturn_t vp_interrupt(int irq, void *opaque)
drv = container_of(vp_dev->vdev.dev.driver,
struct virtio_driver, driver);

if (drv->config_changed)
if (drv && drv->config_changed)
drv->config_changed(&vp_dev->vdev);
}

Expand Down

0 comments on commit 63ebc0a

Please sign in to comment.