]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - sound/pci/intel8x0.c
ALSA: intel8x0: Check pci_iomap() success for DEVICE_ALI
authorScott Wood <scottwood@freescale.com>
Wed, 15 Apr 2015 23:16:47 +0000 (18:16 -0500)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Apr 2015 08:15:44 +0000 (10:15 +0200)
commit3047755588e71b67c3f60409686fabf8506357e9
treedaa93c98a2058cee2277c6bff44b5f8b8343c32e
parent828fa8ce5a8d75169f16740c28c8a1b7c13dd96b
ALSA: intel8x0: Check pci_iomap() success for DEVICE_ALI

DEVICE_ALI previously would jump to port_inited after calling
pci_iomap(), bypassing the check for bmaddr being NULL.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/intel8x0.c