commit | d99501b8575dc1248bacf1b58d2241cb4b265d49 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Nov 12 12:26:57 2018 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Nov 12 12:30:21 2018 +0100 |
tree | aa4f2553572785c1896bc87dadf5e559db99d801 | |
parent | 563785edfcef02b566e64fb5292c74c1600808aa [diff] |
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: aa31704fd81c ("ALSA: hda/ca0132: Add PCI region2 iomap for SBZ") Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>