git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae97e8
)
drivers: staging: fbtft: fbtft-bus.c: Fix different address space warning on I/O mem
author
Tolga Ceylan
<tolga.ceylan@gmail.com>
Sat, 2 May 2015 06:40:35 +0000
(23:40 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 8 May 2015 07:23:58 +0000
(09:23 +0200)
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 <tolga.ceylan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found