Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179669
b: refs/heads/master
c: 7f07a60
h: refs/heads/master
i:
  179667: c142984
v: v3
  • Loading branch information
Darren Jenkins authored and Len Brown committed Jan 20, 2010
1 parent ef4611f commit 5a67a81
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: c19bdb6126a5e1f43b4a4fc3c4b09c926667e5ef
refs/heads/master: 7f07a605a3929d2d94dcbad8ccb7d280958d21f9
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/power_meter.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ static void remove_domain_devices(struct acpi_power_meter_resource *resource)

kfree(resource->domain_devices);
kobject_put(resource->holders_dir);
resource->num_domain_devices = 0;
}

static int read_domain_devices(struct acpi_power_meter_resource *resource)
Expand Down Expand Up @@ -740,7 +741,6 @@ static int setup_attrs(struct acpi_power_meter_resource *resource)

return res;
error:
remove_domain_devices(resource);
remove_attrs(resource);
return res;
}
Expand Down

0 comments on commit 5a67a81

Please sign in to comment.