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:
98fb24a
)
MIPS: Fix a warning for virt_to_page
author
Zubair Lutfullah Kakakhel
<Zubair.Kakakhel@imgtec.com>
Mon, 14 Jul 2014 15:39:19 +0000
(16:39 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 26 Aug 2014 00:27:47 +0000
(
02:27
+0200)
Compiling mm/highmem.c gives a warning: passing argument 1 of
'virt_to_phys' makes pointer from integer without a cast
Fixed by casting to void*
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7337/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found