Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268065
b: refs/heads/master
c: e61ee14
h: refs/heads/master
i:
  268063: b7d299e
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent b89fe13 commit 7eea6d0
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: dad76bf73fc20b42d020fe5a93dbe4b4868e7681
refs/heads/master: e61ee14f0e9be1ff3d0d3e6168d47125729864c7
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static int vmbus_match(struct device *device, struct device_driver *driver)

for (; !is_null_guid(id_array->guid); id_array++)
if (!memcmp(&id_array->guid, &hv_dev->dev_type.b,
sizeof(struct hv_vmbus_device_id)))
sizeof(uuid_le)))
return 1;

return 0;
Expand Down

0 comments on commit 7eea6d0

Please sign in to comment.