]> git.neil.brown.name Git - history.git/commit
[PATCH] MSI: stop using dev->bus->ops directly in msi.c
authorRoland Dreier <roland@topspin.com>
Mon, 2 Aug 2004 03:12:32 +0000 (20:12 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 Aug 2004 03:12:32 +0000 (20:12 -0700)
commit85d559af7552d8fcea3d82e569200e3303a4c98b
tree23183eb87a0938427954bb6730bcfdd2155f4e43
parent460afa83eefbd70df3be8c9b5123f742c6086fd3
[PATCH] MSI: stop using dev->bus->ops directly in msi.c

First half of the MSI rewrite: pure cleanup.  Use proper
pci_read_config_xxx() and pci_write_config_xxx() functions instead of
accessing raw dev->bus->ops.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pci/msi.c