[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150320130329.GA23287@kroah.com>
Date: Fri, 20 Mar 2015 14:03:29 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Lorenzo Stoakes <lstoakes@...il.com>
Cc: sudipm.mukherjee@...il.com, teddy.wang@...iconmotion.com,
devel@...verdev.osuosl.org, linux-fbdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH RESEND v2 4/5] staging: sm750fb: Fix __iomem pointer types
On Wed, Mar 18, 2015 at 07:04:53PM +0000, Lorenzo Stoakes wrote:
> This patch annotates pointers as referring to I/O mapped memory where they ought
> to be, removes now unnecessary ugly casts, eliminates an incorrect deref on I/O
> mapped memory by using iowrite16 instead, and updates the pointer arithmetic
> accordingly to take into account that the pointers are now byte-sized. This
> fixes the following sparse warnings:-
>
> drivers/staging/sm750fb/sm750_cursor.c:113:19: warning: cast removes address space of expression
> drivers/staging/sm750fb/sm750_cursor.c:204:19: warning: cast removes address space of expression
>
> Signed-off-by: Lorenzo Stoakes <lstoakes@...il.com>
> ---
> v2: Whitespace fixups
>
> drivers/staging/sm750fb/sm750_cursor.c | 24 ++++++++++++------------
> 1 file changed, 12 insertions(+), 12 deletions(-)
I only see 2 patches in this "series", yet you refer to 5? Please
resend the whole series, I dropped your previous ones from my queue.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists