[PATCH 0/2] Minor code clean up - simplified exec
Colin King
colin.king at canonical.com
Sun Dec 29 19:21:40 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
This patch set introduces a simple way to exec without the
need to collect any output which is useful in some cases
where the output with fwts_pipe_exec has been discarded
because it is not required.
Colin Ian King (2):
lib: add fwts_exec() helper function
fwts: use fwts_exec rather than fwts_pipe_exec
src/acpi/s3/s3.c | 4 +---
src/acpi/s3power/s3power.c | 5 +----
src/acpi/s4/s4.c | 4 +---
src/lib/include/fwts_pipeio.h | 1 +
src/lib/src/fwts_efi_module.c | 11 ++---------
src/lib/src/fwts_pipeio.c | 19 +++++++++++++++++++
6 files changed, 25 insertions(+), 19 deletions(-)
--
1.8.5.2
More information about the fwts-devel
mailing list