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:
9bf9d47
)
fbdev/ps3fb: fix compile warning
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 30 Apr 2013 07:44:51 +0000
(10:44 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 2 May 2013 11:59:21 +0000
(14:59 +0300)
Commit
11bd5933abe0
("fbdev/ps3fb: use vm_iomap_memory()") introduced
the following warning:
drivers/video/ps3fb.c: In function 'ps3fb_mmap':
drivers/video/ps3fb.c:712:2: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
Fix this by adding the parentheses.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found