Re: [PATCH 1/2] nfit: Use init_completion() in acpi_nfit_flush_probe()

From: Dan Williams
Date: Wed Aug 23 2017 - 18:08:47 EST


On Wed, Aug 23, 2017 at 8:25 AM, Boqun Feng <boqun.feng@xxxxxxxxx> wrote:
> There is no need to use COMPLETION_INITIALIZER_ONSTACK() in
> acpi_nfit_flush_probe(), replace it with init_completion().

Now that I see the better version of this patch with the improved
changelog in the -mm tree...

Acked-by: Dan Williams <dan.j.williams@xxxxxxxxx>