]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f2489dab4411f742d15b40dfa89d050b61ab877
treedaa93c98a2058cee2277c6bff44b5f8b8343c32e
parent0087d616cc2982fc9f0f0cc818f2c6d19c7972ef
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