Re: [PATCH] firmware: Fix missing inline

From: Greg Kroah-Hartman
Date: Tue Jul 23 2019 - 04:21:59 EST


On Tue, Jul 23, 2019 at 10:11:59AM +0200, Takashi Iwai wrote:
> I mistakenly dropped the inline while resolving the patch conflicts in
> the previous fix patch. Without inline, we get compiler warnings wrt
> unused functions.
>
> Note that Mauro's original patch contained the correct changes; it's
> all my fault to submit a patch before a morning coffee.
>
> Fixes: c8917b8ff09e ("firmware: fix build errors in paged buffer handling code")
> Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
> ---
> drivers/base/firmware_loader/firmware.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, now queued up.

greg k-h