]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge branch 'master' of ../mmc
authorPierre Ossman <drzeus@drzeus.cx>
Wed, 31 Dec 2008 18:56:05 +0000 (19:56 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 31 Dec 2008 18:56:05 +0000 (19:56 +0100)
1  2 
drivers/mmc/host/sdricoh_cs.c

index 435863370017b3d610873f5bb993b2bd0a06ee42,d4748a8e0deda6fd2e1e05adaa20f7749d72c077..cb41e9c3ac07cce58a2d96c00bff6cda57ec5c55
@@@ -82,8 -82,6 +82,8 @@@ static struct pcmcia_device_id pcmcia_i
        /* vendor and device strings followed by their crc32 hashes */
        PCMCIA_DEVICE_PROD_ID12("RICOH", "Bay1Controller", 0xd9f522ed,
                                0xc3901202),
 +      PCMCIA_DEVICE_PROD_ID12("RICOH", "Bay Controller", 0xd9f522ed,
 +                              0xace80909),
        PCMCIA_DEVICE_NULL,
  };
  
@@@ -465,7 -463,7 +465,7 @@@ static int sdricoh_init_mmc(struct pci_
  
  err:
        if (iobase)
-               iounmap(iobase);
+               pci_iounmap(pci_dev, iobase);
        if (mmc)
                mmc_free_host(mmc);