From: Michael Buesch Date: Wed, 19 Sep 2007 16:53:44 +0000 (+0200) Subject: [SSB]: Use ioreadX() and iowriteX() for PCI. X-Git-Tag: v2.6.24-rc1~1454^2~389 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b402c65a3a17257af45875159395278e4a2f0cd;p=pandora-kernel.git [SSB]: Use ioreadX() and iowriteX() for PCI. On a PCI bus use ioreadX() and iowriteX(). We map the I/O space with pci_iomap(), so we must use the correct accessor functions, too. readX() and writeX() are not guaranteed to accept the cookie returned from pci_iomap() (though, it currently works on most architectures). Signed-off-by: Michael Buesch Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed