Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109484
b: refs/heads/master
c: f0df2d6
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Andi Kleen committed Aug 21, 2008
1 parent 66df456 commit 92ec605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1371c893ff9de0d57fa5b5cf0255d66b8849e13d
refs/heads/master: f0df2d6b52ad7db5edf56909509d51be66fe90be
2 changes: 2 additions & 0 deletions trunk/drivers/acpi/tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ int __init acpi_table_init(void)

static int __init acpi_parse_apic_instance(char *str)
{
if (!str)
return -EINVAL;

acpi_apic_instance = simple_strtoul(str, NULL, 0);

Expand Down

0 comments on commit 92ec605

Please sign in to comment.