Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64589
b: refs/heads/master
c: 2d8348b
h: refs/heads/master
i:
  64587: 14c3165
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Linus Torvalds committed Aug 31, 2007
1 parent 8458dd0 commit e00493c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e70da5634835ecd8abb68d14cfc27384d01dd201
refs/heads/master: 2d8348b429b4ae5cc47449c787881221fe43af4b
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,8 @@ int __init acpi_ec_ecdt_probe(void)
printk(KERN_DEBUG PREFIX "Look up EC in DSDT\n");
status = acpi_get_devices(ec_device_ids[0].id, ec_parse_device,
boot_ec, NULL);
if (ACPI_FAILURE(status))
/* Check that acpi_get_devices actually find something */
if (ACPI_FAILURE(status) || !boot_ec->handle)
goto error;
}

Expand Down

0 comments on commit e00493c

Please sign in to comment.