From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: fix compilation breakage in sound/soc/sh/fsi.c Date: Wed, 3 Feb 2010 18:00:17 +0000 Message-ID: <20100203180016.GA25802@rakim.wolfsonmicro.main> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 85CC410386E for ; Wed, 3 Feb 2010 19:00:18 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Guennadi Liakhovetski Cc: alsa-devel@alsa-project.org, Paul Mundt , Liam Girdwood , "linux-sh@vger.kernel.org" List-Id: alsa-devel@alsa-project.org On Wed, Feb 03, 2010 at 05:37:23PM +0100, Guennadi Liakhovetski wrote: > ctrl_outl() has become void at some point, which breaks compilation of fsi.c. > Make writing functions void, as their output is anyway not evaluated, and use > __raw_writel and __raw_readl instead of deprecated ctrl_outl and ctrl_inl > respectively. > > Signed-off-by: Guennadi Liakhovetski Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Wed, 03 Feb 2010 18:00:17 +0000 Subject: Re: [PATCH] ASoC: fix compilation breakage in sound/soc/sh/fsi.c Message-Id: <20100203180016.GA25802@rakim.wolfsonmicro.main> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Guennadi Liakhovetski Cc: alsa-devel@alsa-project.org, Paul Mundt , Liam Girdwood , "linux-sh@vger.kernel.org" On Wed, Feb 03, 2010 at 05:37:23PM +0100, Guennadi Liakhovetski wrote: > ctrl_outl() has become void at some point, which breaks compilation of fsi.c. > Make writing functions void, as their output is anyway not evaluated, and use > __raw_writel and __raw_readl instead of deprecated ctrl_outl and ctrl_inl > respectively. > > Signed-off-by: Guennadi Liakhovetski Applied, thanks.