Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362199
b: refs/heads/master
c: b34bb1e
h: refs/heads/master
i:
  362197: 791ca64
  362195: e4d7047
  362191: a26a372
v: v3
  • Loading branch information
Rafael J. Wysocki committed Apr 2, 2013
1 parent 56987c3 commit 557eeb0
Show file tree
Hide file tree
Showing 3 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: 29896178cff0cd6e4ee78edc26158cc197a6b504
refs/heads/master: b34bb1ee71158d5b0f9028fb98afd026202bcfe9
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpi_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void acpi_i2c_register_devices(struct i2c_adapter *adapter)
acpi_handle handle;
acpi_status status;

handle = ACPI_HANDLE(&adapter->dev);
handle = ACPI_HANDLE(adapter->dev.parent);
if (!handle)
return;

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/i2c/busses/i2c-designware-platdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ static int dw_i2c_probe(struct platform_device *pdev)
adap->algo = &i2c_dw_algo;
adap->dev.parent = &pdev->dev;
adap->dev.of_node = pdev->dev.of_node;
ACPI_HANDLE_SET(&adap->dev, ACPI_HANDLE(&pdev->dev));

r = i2c_add_numbered_adapter(adap);
if (r) {
Expand Down

0 comments on commit 557eeb0

Please sign in to comment.