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:
8ce71db
)
m68k: __pa(): cast arg to long
author
Andrew Morton
<akpm@linux-foundation.org>
Sat, 2 Oct 2010 17:32:41 +0000
(19:32 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Fri, 22 Oct 2010 07:43:25 +0000
(09:43 +0200)
Fixes this:
drivers/char/mem.c: In function 'mmap_kmem':
drivers/char/mem.c:342: warning: cast to pointer from integer of different size
by doing what other archtiectures do.
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
No differences found