From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981AbbECUbH (ORCPT ); Sun, 3 May 2015 16:31:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53002 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751949AbbECUaz (ORCPT ); Sun, 3 May 2015 16:30:55 -0400 Date: Sun, 3 May 2015 21:55:40 +0200 From: Greg Kroah-Hartman To: Tolga Ceylan Cc: Thomas Petazzoni , Noralf =?iso-8859-1?Q?Tr=F8nnes?= , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] drivers: staging: fbtft: fbtft-bus.c: Fix different address space warning on I/O mem Message-ID: <20150503195540.GA20469@kroah.com> References: <1430548835-17359-1-git-send-email-tolga.ceylan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430548835-17359-1-git-send-email-tolga.ceylan@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 01, 2015 at 11:40:35PM -0700, Tolga Ceylan wrote: > To fix sparse warning of incorrect type in assignment > (different address space), added annotation __iomem to > vmem8 and modified direct reads with ioread8(). > > Signed-off-by: Tolga Ceylan > --- > drivers/staging/fbtft/fbtft-bus.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Someone send this before you did, sorry :(