From: Rafael J. Wysocki Date: Fri, 16 Nov 2012 20:55:48 +0000 (+0100) Subject: ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~15^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a66790b7850a6669129af078768a1d42076a0ef;p=pandora-kernel.git ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks Currently acpi_dev_process_resource() returns AE_ABORT_METHOD to terminate the acpi_walk_resources() it is called from if the .preproc() routine provided by the caller of acpi_dev_get_resources() initiating the resources walk returns an error code. It is better to use AE_CTRL_TERMINATE for this purpose, however, so do that. Signed-off-by: Rafael J. Wysocki Reviewed-by: Mika Westerberg --- Reading git-diff-tree failed