summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/exresnte.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-05-06 01:41:06 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-05-06 01:41:06 +0200
commitd1ce3bb95511dacf8b9eea899c421f1b18a3ef6a (patch)
tree40a9215d60f1bd11ba246d1884abb1e7533327e5 /drivers/acpi/acpica/exresnte.c
parent93d68841a23a5779cef6fb9aa0ef32e7c5bd00da (diff)
parent878a872ead5d178b1947b480990de186529ff0b9 (diff)
downloadblackbird-obmc-linux-d1ce3bb95511dacf8b9eea899c421f1b18a3ef6a.tar.gz
blackbird-obmc-linux-d1ce3bb95511dacf8b9eea899c421f1b18a3ef6a.zip
Merge back new ACPICA material for v4.7.
Diffstat (limited to 'drivers/acpi/acpica/exresnte.c')
-rw-r--r--drivers/acpi/acpica/exresnte.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/exresnte.c b/drivers/acpi/acpica/exresnte.c
index c1e8bfb0f7f4..a183cb740d24 100644
--- a/drivers/acpi/acpica/exresnte.c
+++ b/drivers/acpi/acpica/exresnte.c
@@ -93,7 +93,7 @@ acpi_ex_resolve_node_to_value(struct acpi_namespace_node **object_ptr,
*/
node = *object_ptr;
source_desc = acpi_ns_get_attached_object(node);
- entry_type = acpi_ns_get_type((acpi_handle) node);
+ entry_type = acpi_ns_get_type((acpi_handle)node);
ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Entry=%p SourceDesc=%p [%s]\n",
node, source_desc,
@@ -106,7 +106,7 @@ acpi_ex_resolve_node_to_value(struct acpi_namespace_node **object_ptr,
node = ACPI_CAST_PTR(struct acpi_namespace_node, node->object);
source_desc = acpi_ns_get_attached_object(node);
- entry_type = acpi_ns_get_type((acpi_handle) node);
+ entry_type = acpi_ns_get_type((acpi_handle)node);
*object_ptr = node;
}
OpenPOWER on IntegriCloud