• Yaacov Akiba Slama's avatar
    [PATCH] fix cardbus/hotplugging · cfdc6fa2
    Yaacov Akiba Slama authored
    The pci_enable_device() function will fail at least on i386 (see
    arch/i386/pci/i386.c: pcibios_enable_resource (line 260)) if the
    resources have not been assigned previously.  Hence the ostensible
    resource collisions.
    
    I added a small comment (and modified another) so future janitors won't
    move pci_enable above pci_assign_resource again.
    cfdc6fa2
cardbus.c 11.7 KB