Skip to content
Commit 4b6dc179 authored by Lars Svensson's avatar Lars Svensson Committed by Greg Kroah-Hartman
Browse files

staging: fbtft: use alternate screen pointer



Member screen_base in struct fb_info is declared with __iomem
qualifier causing sparse warnings when used as a regular ponter.
To avoid the warnings, instead use alternate non-__iomem pointer,
screen_buffer, troughout the driver.

Signed-off-by: default avatarLars Svensson <lars1.svensson@sonymobile.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 17a7b0b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment