[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023082251-browsing-moocher-6ecf@gregkh>
Date: Tue, 22 Aug 2023 16:35:25 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 00/22] nvmem: patches for v6.6
On Tue, Aug 22, 2023 at 04:34:32PM +0200, Greg KH wrote:
> On Mon, Aug 14, 2023 at 05:52:30PM +0100, Srinivas Kandagatla wrote:
> > Here are some nvmem patches slightly more than usual for 6.6 that includes
> >
> > - Support for NXP eFuse, qcom secure qfprom, QCM2290 nvmem providers
> > - core level cleanup around error handling and layout creation.
> > - few minor cleanups across providers drivers to use better
> > apis and a typo fix.
> >
> > Can you please queue them up for 6.6.
>
> I did, thanks, but your email system needs to be fixed:
Oops, no, I've dropped them as I get the following build warning which
turns into an error, and you can't break the build. How did you test
these?
drivers/nvmem/sec-qfprom.c: In function ‘sec_qfprom_probe’:
drivers/nvmem/sec-qfprom.c:59:13: error: unused variable ‘ret’ [-Werror=unused-variable]
59 | int ret;
| ^~~
cc1: all warnings being treated as errors
Powered by blists - more mailing lists