From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50DD6C433E0 for ; Fri, 5 Jun 2020 06:39:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B9EA207D5 for ; Fri, 5 Jun 2020 06:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726026AbgFEGjx (ORCPT ); Fri, 5 Jun 2020 02:39:53 -0400 Received: from mx2.suse.de ([195.135.220.15]:53242 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725986AbgFEGjx (ORCPT ); Fri, 5 Jun 2020 02:39:53 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 50073AAD0; Fri, 5 Jun 2020 06:39:55 +0000 (UTC) Date: Fri, 05 Jun 2020 08:39:51 +0200 Message-ID: From: Takashi Iwai To: Macpaul Lin Cc: Stephen Rothwell , Takashi Iwai , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the sound-current tree In-Reply-To: <1591323509.7223.2.camel@mtkswgap22> References: <20200605084307.47d31882@canb.auug.org.au> <1591323509.7223.2.camel@mtkswgap22> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, 05 Jun 2020 04:18:29 +0200, Macpaul Lin wrote: > > 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. Sorry for the mess, somehow a wrong version was pushed and merged. I also tested but overlooked it... Will scratch and resubmit the corrected one. Takashi