aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/rscreate.c
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2015-06-18 23:38:16 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-06-23 09:44:53 -0400
commit52c1d8038594ffd82a6cf88d3dc0ca68d8179a36 (patch)
tree1ae0e4db3793b5a0261029279781fdd960b5cd1d /drivers/acpi/acpica/rscreate.c
parentf3b6ced236259a87829b829e8e542ff53bfb9a4f (diff)
ACPICA: Linuxize: Reduce divergences for 20150616 release
This patch reduces source code differences between the Linux kernel and the ACPICA upstream so that the linuxized ACPICA 20150616 release can be applied with reduced human intervention. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/rscreate.c')
-rw-r--r--drivers/acpi/acpica/rscreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/rscreate.c b/drivers/acpi/acpica/rscreate.c
index 15434e4c9b34..f30f35e6ff2a 100644
--- a/drivers/acpi/acpica/rscreate.c
+++ b/drivers/acpi/acpica/rscreate.c
@@ -353,7 +353,7 @@ acpi_rs_create_pci_routing_table(union acpi_operand_object *package_object,
353 /* +1 to include null terminator */ 353 /* +1 to include null terminator */
354 354
355 user_prt->length += 355 user_prt->length +=
356 (u32) ACPI_STRLEN(user_prt->source) + 1; 356 (u32)ACPI_STRLEN(user_prt->source) + 1;
357 break; 357 break;
358 358
359 case ACPI_TYPE_STRING: 359 case ACPI_TYPE_STRING: