• Deepak Saxena's avatar
    [ARM PATCH] 2348/1: Fix IXDP2800 PCI irq mapping · debb1dec
    Deepak Saxena authored
    Patch from Deepak Saxena
    
    Our case statments are looking at the devfn, but the existing code
    does a switch(PCI_SLOT(dev->devfn)). This causes all PCI devices 
    behind the first bridge to be configured with IRQ 0. Bad.
    
    Signed-off-by: Deepak Saxena
    Signed-off-by: Russell King
    debb1dec
ixdp2800.c 4.3 KB