Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288167
b: refs/heads/master
c: 81b5482
h: refs/heads/master
i:
  288165: f8b3174
  288163: f4ba0f0
  288159: 599e675
v: v3
  • Loading branch information
Jean Delvare authored and Samuel Ortiz committed Feb 23, 2012
1 parent 30a3552 commit 1bd3bec
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: a60e8df64ddc6bd79c85a970f59f2967c968cfac
refs/heads/master: 81b5482c32769abb6dfb979560dab2f952ba86fa
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/mfd-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static int mfd_add_device(struct device *parent, int id,
}

if (!cell->ignore_resource_conflicts) {
ret = acpi_check_resource_conflict(res);
ret = acpi_check_resource_conflict(&res[r]);
if (ret)
goto fail_res;
}
Expand Down

0 comments on commit 1bd3bec

Please sign in to comment.