commit | 0074946932cbd42647da947408a9d620746a4e0e | [log] [tgz] |
---|---|---|
author | Dinghao Liu <dinghao.liu@zju.edu.cn> | Sun Jan 31 18:09:14 2021 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Feb 01 09:17:01 2021 +0100 |
tree | 29f227af6c94b3743acf79982b15dea312770544 | |
parent | 0417fadab493b55093ba2590f4e66c828f7084fe [diff] |
ALSA: intel8x0: Fix missing check in snd_intel8x0m_create When device_type == DEVICE_ALI, we should also check the return value of pci_iomap() to avoid potential null pointer dereference. Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn> Link: https://lore.kernel.org/r/20210131100916.7915-1-dinghao.liu@zju.edu.cn Signed-off-by: Takashi Iwai <tiwai@suse.de>