Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267925
b: refs/heads/master
c: 5cee7cb
h: refs/heads/master
i:
  267923: a797fb5
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent 28d0c9f commit 46d94d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c45cf2d4976e2fcde68d88898a37af70f2caaf5d
refs/heads/master: 5cee7cb79d210f48c19692a79e0508ec001e439f
3 changes: 1 addition & 2 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ static int vmbus_match(struct device *device, struct device_driver *driver)
struct hv_device *hv_dev = device_to_hv_device(device);

/* We found our driver ? */
if (memcmp(&hv_dev->dev_type, &drv->dev_type,
sizeof(uuid_le)) == 0)
if (!uuid_le_cmp(hv_dev->dev_type, drv->dev_type))
match = 1;

return match;
Expand Down

0 comments on commit 46d94d1

Please sign in to comment.