]> Git Repo - linux.git/commit
mm: make maddr __iomem
authorKOSAKI Motohiro <[email protected]>
Tue, 6 Jan 2009 22:39:43 +0000 (14:39 -0800)
committerLinus Torvalds <[email protected]>
Tue, 6 Jan 2009 23:59:04 +0000 (15:59 -0800)
commit2bc7273b0e3a509fb598abfc5b9fe50158b830d2
treee8cd456eb0cdc537f195e93fc0090b970dec7308
parentfeb166948876e2ff8f70b2da273b2a8e86957578
mm: make maddr __iomem

sparse output following warnings.

mm/memory.c:2936:8: warning: incorrect type in assignment (different address spaces)
mm/memory.c:2936:8:    expected void *maddr
mm/memory.c:2936:8:    got void [noderef] <asn:2>

cleanup here.

Signed-off-by: KOSAKI Motohiro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory.c
This page took 0.050067 seconds and 4 git commands to generate.