Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350841
b: refs/heads/master
c: abe9921
h: refs/heads/master
i:
  350839: e212871
v: v3
  • Loading branch information
Mika Westerberg authored and Rafael J. Wysocki committed Jan 11, 2013
1 parent 074c87f commit f82e756
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: f95988de06ea62ef5bd861f06e9ef56cea405ed1
refs/heads/master: abe99210e0f624cea39f1dc375ba818b201c0d7f
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ static acpi_status acpi_bus_device_attach(acpi_handle handle, u32 lvl_not_used,
if (!acpi_match_device_ids(device, acpi_platform_device_ids)) {
/* This is a known good platform device. */
acpi_create_platform_device(device);
} else if (device_attach(&device->dev)) {
} else if (device_attach(&device->dev) < 0) {
status = AE_CTRL_DEPTH;
}
return status;
Expand Down

0 comments on commit f82e756

Please sign in to comment.