From: Lv Zheng Date: Tue, 8 Jul 2014 02:07:52 +0000 (+0800) Subject: ACPICA: acpidump: Reduce freopen() invocations to improve portability X-Git-Tag: omap-for-v3.17/fixes-against-rc2~142^2~15^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846d6ef4d7f0fed114aa1284a245bb1aa96417df;p=pandora-kernel.git ACPICA: acpidump: Reduce freopen() invocations to improve portability This patch reduces the requirement of invoking freopen() in acpidump in order to reduce the porting effort of acpidump. This patch achieves this by turning all acpi_os_printf(stdout) into acpi_ut_file_printf(gbl_output_file). Lv Zheng. Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed