Hi all,
On Tue, 15 Aug 2023 20:25:08 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
After merging the nvmem tree, today's linux-next build (x86_64Ping?
allmodconfig) failed like this:
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
Caused by commit
9c7f2bce8a0e ("nvmem: sec-qfprom: Add Qualcomm secure QFPROM support")
I have used the nvmem tree from next-20230809 for today.