Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147971
b: refs/heads/master
c: c89e801
h: refs/heads/master
i:
  147969: b929ab9
  147967: eb257d8
v: v3
  • Loading branch information
Christian Borntraeger authored and Rusty Russell committed Jun 12, 2009
1 parent 4c50da8 commit 01e2d41
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: 594de1dd6449f79c99e1ba4577ea0e4e06e2b405
refs/heads/master: c89e80168ba1ed37627fe03116b0cf8474dcb7e0
2 changes: 1 addition & 1 deletion trunk/drivers/virtio/virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static inline int virtio_id_match(const struct virtio_device *dev,
if (id->device != dev->id.device)
return 0;

return id->vendor == VIRTIO_DEV_ANY_ID || id->vendor != dev->id.vendor;
return id->vendor == VIRTIO_DEV_ANY_ID || id->vendor == dev->id.vendor;
}

/* This looks through all the IDs a driver claims to support. If any of them
Expand Down

0 comments on commit 01e2d41

Please sign in to comment.