From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 4/6] ASoC: sh: use correct __iomem annotations Date: Sun, 2 Oct 2011 21:50:09 +0100 Message-ID: <20111002205008.GB4506@opensource.wolfsonmicro.com> References: <1317587284-2776-1-git-send-email-arnd@arndb.de> <1317587284-2776-5-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 772A024359 for ; Sun, 2 Oct 2011 22:50:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1317587284-2776-5-git-send-email-arnd@arndb.de> 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: Arnd Bergmann Cc: alsa-devel@alsa-project.org, Kuninori Morimoto , linux-kernel@vger.kernel.org, Paul Mundt , Liam Girdwood , linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org On Sun, Oct 02, 2011 at 10:28:02PM +0200, Arnd Bergmann wrote: > This removes a few unnecessary type casts and avoids > sparse warnings. Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Sun, 2 Oct 2011 21:50:09 +0100 Subject: [PATCH 4/6] ASoC: sh: use correct __iomem annotations In-Reply-To: <1317587284-2776-5-git-send-email-arnd@arndb.de> References: <1317587284-2776-1-git-send-email-arnd@arndb.de> <1317587284-2776-5-git-send-email-arnd@arndb.de> Message-ID: <20111002205008.GB4506@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Oct 02, 2011 at 10:28:02PM +0200, Arnd Bergmann wrote: > This removes a few unnecessary type casts and avoids > sparse warnings. Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754651Ab1JBUuS (ORCPT ); Sun, 2 Oct 2011 16:50:18 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:39943 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752979Ab1JBUuK (ORCPT ); Sun, 2 Oct 2011 16:50:10 -0400 Date: Sun, 2 Oct 2011 21:50:09 +0100 From: Mark Brown To: Arnd Bergmann Cc: Liam Girdwood , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kuninori Morimoto , Paul Mundt Subject: Re: [PATCH 4/6] ASoC: sh: use correct __iomem annotations Message-ID: <20111002205008.GB4506@opensource.wolfsonmicro.com> References: <1317587284-2776-1-git-send-email-arnd@arndb.de> <1317587284-2776-5-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1317587284-2776-5-git-send-email-arnd@arndb.de> X-Cookie: You'll be sorry... User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 02, 2011 at 10:28:02PM +0200, Arnd Bergmann wrote: > This removes a few unnecessary type casts and avoids > sparse warnings. Applied, thanks.