ACK: [PATCH 3/3] uefirttime: unload the efi_runtime module when deinit the test
Colin Ian King
colin.king at canonical.com
Fri Dec 14 10:31:40 UTC 2012
On 14/12/12 09:50, Ivan Hu wrote:
> Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
> ---
> src/uefi/uefirttime/uefirttime.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/uefi/uefirttime/uefirttime.c b/src/uefi/uefirttime/uefirttime.c
> index 78b5a3b..f038ebd 100644
> --- a/src/uefi/uefirttime/uefirttime.c
> +++ b/src/uefi/uefirttime/uefirttime.c
> @@ -189,6 +189,7 @@ static int uefirttime_deinit(fwts_framework *fw)
> FWTS_UNUSED(fw);
>
> close(fd);
> + fwts_lib_efi_runtime_unload_module(fw);
>
> return FWTS_OK;
> }
>
Good catch, I missed that on earlier patches.
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list