On Wed, 12 Feb 2025 02:09:27 +0100, Stephen Rothwell wrote: > > Hi all, > > After merging the sound tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > sound/firewire/isight.c: In function 'isight_probe': > sound/firewire/isight.c:647:9: error: implicit declaration of function 'strspy'; did you mean 'strspn'? [-Wimplicit-function-declaration] > 647 | strspy(card->mixername, "iSight"); > | ^~~~~~ > | strspn > > Caused by commit > > 2a91231a78a7 ("ALSA: firewire: isight: changed strcpy to strscpy") > > I have used the sound tree from next-20250210 for today. Doh, I dropped the patch again. Somehow my test bench didn't run well yesterday. Sorry for inconvenience! Takashi