• Alan's avatar
    pata_pcmcia: Fix oops in 2.6.21-rc1 · cc70991d
    Alan authored
    Manuel Lass reports:
    > This bug is also present in 2.6.21-rc1, and this patch
    > indeed fixes it.
    
    The change to the devres layer re-orders the execution of cleanup
    functions and in turn causes the pcmcia layer to oops as it zaps a
    pointer now needed later on. We simply leave the pointer alone.
    Signed-off-by: default avatarAlan Cox <alan@redhat.com>
    Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
    cc70991d
pata_pcmcia.c 13.2 KB