Re: linux-next: build failure after merge of the sound-current tree

From: Macpaul Lin
Date: Thu Jun 04 2020 - 22:18:35 EST


On Fri, 2020-06-05 at 08:43 +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the sound-current tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> /home/sfr/next/next/sound/usb/card.c: In function 'snd_usb_autoresume':
> /home/sfr/next/next/sound/usb/card.c:841:29: error: expected ';' before ')' token
> 841 | atomic_dec(&chip->active))
> | ^
> | ;
>
> Caused by commit
>
> 3398e5c7b038 ("ALSA: usb-audio: Manage auto-pm of all bundled interfaces")
>
> I have reverted that commit for today.
>

Sorry I've tested its function by "patch back" to older kernel version
4.14.
After checking the latest patch again, there is indeed a typo here.

Thanks
Macpaul Lin