From: Tomi Valkeinen Date: Tue, 30 Apr 2013 07:44:51 +0000 (+0300) Subject: fbdev/ps3fb: fix compile warning X-Git-Tag: v3.10-rc4~5^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b358c6cf029cb67b3ed9cc367fb46f1fa3228c5b;p=pandora-kernel.git fbdev/ps3fb: fix compile warning 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 --- Reading git-diff-tree failed