Re: [PATCH 1/2] firmware: add nowarn variant of request_firmware_nowait()

From: Greg Kroah-Hartman
Date: Sun Nov 11 2018 - 12:41:18 EST


On Mon, Nov 05, 2018 at 06:02:31PM +0100, Lucas Stach wrote:
> Device drivers with optional firmware may still want to use the
> asynchronous firmware loading interface. To avoid printing a
> warning into the kernel log when the optional firmware is
> absent, add a nowarn variant of this interface.
>
> Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx>
> ---
> drivers/base/firmware_loader/main.c | 85 ++++++++++++++++++++---------
> include/linux/firmware.h | 12 ++++
> 2 files changed, 70 insertions(+), 27 deletions(-)

0-day blew up over this, so can you fix that up and resend the series?

thanks,

greg k-h