]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86: Fix the address space annotations of iomap_atomic_prot_pfn()
authorFrancisco Jerez <currojerez@riseup.net>
Sat, 4 Sep 2010 20:56:43 +0000 (22:56 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 5 Sep 2010 12:26:14 +0000 (14:26 +0200)
commitcc1a8e523333bc3d990102140f4d12908fa83caf
treef8f2f4059968288ed6f5d452e7151f275a37a3d8
parentb7d460897739e02f186425b7276e3fdb1595cea7
x86: Fix the address space annotations of iomap_atomic_prot_pfn()

This patch fixes the sparse warnings when the return pointer of
iomap_atomic_prot_pfn() is used as an argument of iowrite32()
and friends.

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
LKML-Reference: <1283633804-11749-1-git-send-email-currojerez@riseup.net>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/iomap.h
arch/x86/mm/iomap_32.c