Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268068
b: refs/heads/master
c: 0a4425b
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent 71c6406 commit 05323fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 93511baa06437785758be98ee7a7149c49c8e9c5
refs/heads/master: 0a4425b65dcdb3dc767c05308dd1078ef86e914c
5 changes: 2 additions & 3 deletions trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,8 @@ static int vmbus_acpi_add(struct acpi_device *device)

hv_acpi_dev = device;

result =
acpi_walk_resources(device->handle, METHOD_NAME__CRS,
vmbus_walk_resources, &irq);
result = acpi_walk_resources(device->handle, METHOD_NAME__CRS,
vmbus_walk_resources, &irq);

if (ACPI_FAILURE(result)) {
complete(&probe_event);
Expand Down

0 comments on commit 05323fc

Please sign in to comment.