Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350988
b: refs/heads/master
c: c628423
h: refs/heads/master
v: v3
  • Loading branch information
Colin Ian King authored and Rafael J. Wysocki committed Jan 25, 2013
1 parent 63de84c commit e7fff5b
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: bf6787ebb6c811ce41bc3f3f833a04d5f8978fa8
refs/heads/master: c628423777d9df5e48ea8c5695aacd105cf4f768
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ static int get_status(u32 index, acpi_event_status *status,
result = acpi_get_gpe_device(index, handle);
if (result) {
ACPI_EXCEPTION((AE_INFO, AE_NOT_FOUND,
"Invalid GPE 0x%x\n", index));
"Invalid GPE 0x%x", index));
goto end;
}
result = acpi_get_gpe_status(*handle, index, status);
Expand Down

0 comments on commit e7fff5b

Please sign in to comment.