PCI/MSI: skip calling pci_find_capability from msi_set_mask_bits
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Mon, 19 May 2008 04:48:17 +0000 (13:48 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 10 Jun 2008 17:59:49 +0000 (10:59 -0700)
The position of MSI capability is already cached in the msi_desc when
we enter the msi_set_mask_bits().  Use it instead.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found