]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Nov 2018 11:30:21 +0000 (12:30 +0100)
commit79deaacd97ef0dc20789ac4af59a11f55169f988
treeaa4f2553572785c1896bc87dadf5e559db99d801
parent452d1c21f4945c5aa0687f9162dc439e886eba77
ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()

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: dda8a736f1f1 ("ALSA: hda/ca0132: Add PCI region2 iomap for SBZ")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0132.c