• Andrew Morton's avatar
    [PATCH] Fix double request_region in com20020 · 4f257a74
    Andrew Morton authored
    From: Herbert Xu <herbert@gondor.apana.org.au>
    
    Currently com20020 and com20020_cs both call request_region on the same
    block of ports leading to a conflict.  This patch resolves this by moving
    request_region out of the generic driver and into the isa/pci/cs drivers.
    4f257a74
com20020-pci.c 5.3 KB