On Wed, May 05, 2021 at 02:04:14PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.4.117 release. > There are 21 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Fri, 07 May 2021 11:23:16 +0000. > Anything received after that time might be too late. > [ ... ] > > Shengjiu Wang <shengjiu.wang@xxxxxxx> > ASoC: ak5558: Add MODULE_DEVICE_TABLE > > Shengjiu Wang <shengjiu.wang@xxxxxxx> > ASoC: ak4458: Add MODULE_DEVICE_TABLE > The above will cause trouble on builds with -Werror because it adds MODULE_DEVICE_TABLE twice. Please remove the second commit. Other than that, Build results: total: 157 pass: 157 fail: 0 Qemu test results: total: 433 pass: 433 fail: 0 Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx> Thanks, Guenter