commit | 846d6ef4d7f0fed114aa1284a245bb1aa96417df | [log] [tgz] |
---|---|---|
author | Lv Zheng <lv.zheng@intel.com> | Tue Jul 08 10:07:52 2014 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jul 08 14:22:27 2014 +0200 |
tree | 887b128a2d222846a20416c0f94d7bc136536f02 | |
parent | dcaff16df2750a400db1983754542f2cc6bf4e93 [diff] |
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 <lv.zheng@intel.com> Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>