[PATCH] s3.c: add backward compatibility with older glib releases

Keng-Yu Lin keng-yu.lin at canonical.com
Mon Aug 4 14:20:27 UTC 2014


On Mon, Aug 4, 2014 at 6:20 PM, Alberto Milone
<alberto.milone at canonical.com> wrote:
> Signed-off-by: Alberto Milone <alberto.milone at canonical.com>
> ---
>  src/acpi/s3/s3.c | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c
> index adcd188..c04e11e 100644
> --- a/src/acpi/s3/s3.c
> +++ b/src/acpi/s3/s3.c
> @@ -772,6 +772,11 @@ static int s3_test_multiple(fwts_framework *fw)
>         int awake_delay = s3_min_delay * 1000;
>         int delta = (int)(s3_delay_delta * 1000.0);
>
> +#if !GLIB_CHECK_VERSION(2,35,0)
> +       /* This is for backward compatibility with old glib versions */
> +       g_type_init();
> +#endif
> +
>         if (s3_multiple == 1)
>                 fwts_log_info(fw, "Defaulted to 1 test, use --s3-multiple=N to run more S3 cycles\n");
>
> --
> 1.9.1
>
>

Thanks Alberto.

Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list