Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128037
b: refs/heads/master
c: 889c78b
h: refs/heads/master
i:
  128035: bbfd87f
v: v3
  • Loading branch information
Lin Ming authored and Len Brown committed Dec 31, 2008
1 parent 60a663c commit 6398ac9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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: 9b02d6e198d8249246760a93b3adb8df6ecb5204
refs/heads/master: 889c78be9e8d84ea7f991b9b868e006cdb8e42b0
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ static acpi_status __acpi_os_execute(acpi_execute_type type,

dpc = kmalloc(sizeof(struct acpi_os_dpc), GFP_ATOMIC);
if (!dpc)
return_ACPI_STATUS(AE_NO_MEMORY);
return AE_NO_MEMORY;

dpc->function = function;
dpc->context = context;
Expand All @@ -747,7 +747,7 @@ static acpi_status __acpi_os_execute(acpi_execute_type type,
status = AE_ERROR;
kfree(dpc);
}
return_ACPI_STATUS(status);
return status;
}

acpi_status acpi_os_execute(acpi_execute_type type,
Expand Down
1 change: 0 additions & 1 deletion trunk/include/acpi/acglobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ ACPI_EXTERN u32 acpi_gbl_trace_flags;
ACPI_EXTERN struct acpi_internal_rsdt acpi_gbl_root_table_list;
ACPI_EXTERN struct acpi_table_fadt acpi_gbl_FADT;
ACPI_EXTERN struct acpi_table_facs *acpi_gbl_FACS;
extern u8 acpi_gbl_permanent_mmap;

/* These addresses are calculated from FADT address values */

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/acpi/acpixf.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
#include "actypes.h"
#include "actbl.h"

extern u8 acpi_gbl_permanent_mmap;

/*
* Global interfaces
*/
Expand Down

0 comments on commit 6398ac9

Please sign in to comment.