From: Bjorn Helgaas Date: Tue, 9 Dec 2008 23:11:46 +0000 (-0700) Subject: PCI: use config space encoding in pci_get_interrupt_pin() X-Git-Tag: v2.6.29-rc1~181^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=878f2e50fd1cfea575cdca5bf019c2175dc64131;p=pandora-kernel.git PCI: use config space encoding in pci_get_interrupt_pin() This patch makes pci_get_interrupt_pin() return values encoded the same way as the "Interrupt Pin" value in PCI config space, i.e., 1=INTA, ..., 4=INTD. pirq_bios_set() is the only in-tree caller of pci_get_interrupt_pin() and pci_get_interrupt_pin() is not exported. Cc: Thomas Gleixner Cc: Ingo Molnar Cc: hpa@zytor.com Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed