Re: [PATCH] fjes: Handle workqueue allocation failure

From: David Miller
Date: Tue Oct 29 2019 - 13:42:17 EST


From: Will Deacon <will@xxxxxxxxxx>
Date: Fri, 25 Oct 2019 12:06:02 +0100

> In the highly unlikely event that we fail to allocate either of the
> "/txrx" or "/control" workqueues, we should bail cleanly rather than
> blindly march on with NULL queue pointer(s) installed in the
> 'fjes_adapter' instance.
>
> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
> Reported-by: Nicolas Waisman <nico@xxxxxxxxxx>
> Link: https://lore.kernel.org/lkml/CADJ_3a8WFrs5NouXNqS5WYe7rebFP+_A5CheeqAyD_p7DFJJcg@xxxxxxxxxxxxxx/
> Signed-off-by: Will Deacon <will@xxxxxxxxxx>

Applied, thanks Will.