From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: linux-next: build failure after merge of the sound tree Date: Fri, 23 Sep 2011 07:21:13 +0200 Message-ID: References: <20110923124934.dfde6643c66d33abdeeeedc9@canb.auug.org.au> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from cantor2.suse.de ([195.135.220.15]:46185 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380Ab1IWFVO (ORCPT ); Fri, 23 Sep 2011 01:21:14 -0400 In-Reply-To: <20110923124934.dfde6643c66d33abdeeeedc9@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org At Fri, 23 Sep 2011 12:49:34 +1000, Stephen Rothwell wrote: > > Hi Takashi, > > After merging the sound tree, today's linux-next build () > failed like this: > > sound/pci/fm801.c: In function 'snd_fm801_tea575x_get_pins': > sound/pci/fm801.c:759:2: error: expected ',' or ';' before 'return' > sound/pci/fm801.c:757:32: warning: unused variable 'gpio' > sound/pci/fm801.c:756:17: warning: unused variable 'reg' > sound/pci/fm801.c:761:1: warning: no return statement in function returning non-void > sound/pci/fm801.c: In function 'snd_fm801_create': > sound/pci/fm801.c:1251:5: error: implicit declaration of function 'get_tea57x_gpio' > sound/pci/fm801.c:1251:5: error: invalid type argument of '->' (have 'int') > > Caused by commit c51a94adef4c ("ALSA: fm801 - Clean up redundant reference to snd_fm801_tea575x_gpios[]"). > > I have used the sound tree from next-20110922 for today. My bad, fixed now. thanks, Takashi