]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/drivers/ml403-ac97cr.c
Merge tag 'pm-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux.git] / sound / drivers / ml403-ac97cr.c
index 0a039bf4650fe683a040c4de132865a4c3b0f991..0710707da8c1ebf60b29f8872a6cb4913d91b720 100644 (file)
@@ -1100,7 +1100,7 @@ snd_ml403_ac97cr_create(struct snd_card *card, struct platform_device *pfdev,
        PDEBUG(INIT_INFO, "Trying to reserve resources now ...\n");
        resource = platform_get_resource(pfdev, IORESOURCE_MEM, 0);
        /* get "port" */
-       ml403_ac97cr->port = ioremap_nocache(resource->start,
+       ml403_ac97cr->port = ioremap(resource->start,
                                             (resource->end) -
                                             (resource->start) + 1);
        if (ml403_ac97cr->port == NULL) {