From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] msm: platsmp: Mark ioremapped memory as __iomem Date: Mon, 19 Sep 2011 21:12:08 +0200 Message-ID: <3623124.aFHn2mhMMC@wuerfel> References: <1316454844-32733-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.186]:58080 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750774Ab1ISTMr (ORCPT ); Mon, 19 Sep 2011 15:12:47 -0400 In-Reply-To: <1316454844-32733-1-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Stephen Boyd , David Brown , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org On Monday 19 September 2011 10:54:04 Stephen Boyd wrote: > Fixes a handful of sparse warnings. > > Signed-off-by: Stephen Boyd > --- > arch/arm/mach-msm/platsmp.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Hi Stephen, This looks good, and I've got a bunch of similar ones in http://git.linaro.org/gitweb?p=people/arnd/linux.git;a=shortlog;h=refs/heads/randconfig /msm Maybe you or David could take a look at those and integrate them. I was meaning to send them much earlier, but never get around to actually make sure they are all good. arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 19 Sep 2011 21:12:08 +0200 Subject: [PATCH] msm: platsmp: Mark ioremapped memory as __iomem In-Reply-To: <1316454844-32733-1-git-send-email-sboyd@codeaurora.org> References: <1316454844-32733-1-git-send-email-sboyd@codeaurora.org> Message-ID: <3623124.aFHn2mhMMC@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 19 September 2011 10:54:04 Stephen Boyd wrote: > Fixes a handful of sparse warnings. > > Signed-off-by: Stephen Boyd > --- > arch/arm/mach-msm/platsmp.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Hi Stephen, This looks good, and I've got a bunch of similar ones in http://git.linaro.org/gitweb?p=people/arnd/linux.git;a=shortlog;h=refs/heads/randconfig /msm Maybe you or David could take a look at those and integrate them. I was meaning to send them much earlier, but never get around to actually make sure they are all good. arnd