ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
authorTakashi Iwai <tiwai@suse.de>
Mon, 12 Nov 2018 11:26:57 +0000 (12:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2018 15:13:09 +0000 (16:13 +0100)
commita0d5745e5a1c03650bb9f8012afda790e7910c07
tree073d6a0902fe8fb014979d36007123f3f6d23a56
parente4d1784e1445409b264d6d2b756289144bfd4143
ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()

commit d99501b8575dc1248bacf1b58d2241cb4b265d49 upstream.

We need to call pci_iounmap() instead of iounmap() for the regions
obtained via pci_iomap() call for some archs that need special
treatment.

Fixes: aa31704fd81c ("ALSA: hda/ca0132: Add PCI region2 iomap for SBZ")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_ca0132.c