Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350860
b: refs/heads/master
c: 7b6afb6
h: refs/heads/master
v: v3
  • Loading branch information
Lv Zheng authored and Rafael J. Wysocki committed Jan 10, 2013
1 parent 85bf710 commit a9749b2
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 9c0d793945a343e13d8b0ab20ac825ad5705bcf1
refs/heads/master: 7b6afb6782053f9679f5b9f05287f8c700d7d68f
1 change: 0 additions & 1 deletion trunk/drivers/acpi/acpica/exfldio.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ acpi_ex_access_region(union acpi_operand_object *obj_desc,
static u8
acpi_ex_register_overflow(union acpi_operand_object *obj_desc, u64 value)
{
ACPI_FUNCTION_NAME(ex_register_overflow);

if (obj_desc->common_field.bit_length >= ACPI_INTEGER_BIT_SIZE) {
/*
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/acpica/nsxfeval.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ acpi_walk_namespace(acpi_object_type type,
*/
status = acpi_ut_acquire_read_lock(&acpi_gbl_namespace_rw_lock);
if (ACPI_FAILURE(status)) {
return status;
return_ACPI_STATUS(status);
}

/*
Expand Down Expand Up @@ -550,7 +550,7 @@ acpi_ns_get_device_callback(acpi_handle obj_handle,

status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
if (ACPI_FAILURE(status)) {
return_ACPI_STATUS(status);
return (status);
}

node = acpi_ns_validate_handle(obj_handle);
Expand Down

0 comments on commit a9749b2

Please sign in to comment.