X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fpci%2Fcs5530.c;h=4d9378d812000fbea40a422515d8e7b9e5a7c80e;hb=2f5ad54ea6e2e38156bfb889964deee991f3087a;hp=7ff8b68e997e89cbb83bda6ced49f49cf44ceea9;hpb=2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4;p=linux-2.6-omap-h63xx.git diff --git a/sound/pci/cs5530.c b/sound/pci/cs5530.c index 7ff8b68e997..4d9378d8120 100644 --- a/sound/pci/cs5530.c +++ b/sound/pci/cs5530.c @@ -132,7 +132,7 @@ static int __devinit snd_cs5530_create(struct snd_card *card, } chip->pci_base = pci_resource_start(pci, 0); - mem = ioremap_nocache(chip->pci_base, pci_resource_len(pci, 0)); + mem = pci_ioremap_bar(pci, 0); if (mem == NULL) { kfree(chip); pci_disable_device(pci);