• Andrew Morton's avatar
    [PATCH] pcmcia/rsrc_mgr.c warning fix. · 8d5f7e27
    Andrew Morton authored
    From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br>,
          me
    
    drivers/pcmcia/rsrc_mgr.c: In function `find_io_region':
    drivers/pcmcia/rsrc_mgr.c:604: warning: large integer implicitly truncated to unsigned type
    
    We don't really know what underlying type an ioaddr_t has, so just use an
    integer here and let the compiler promote it appropriately.
    8d5f7e27
rsrc_mgr.c 23.1 KB