]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: au88x0: Fix incorrect device pointer for preallocation
authorTakashi Iwai <tiwai@suse.de>
Tue, 12 Nov 2019 14:32:43 +0000 (15:32 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 12 Nov 2019 14:33:52 +0000 (15:33 +0100)
commite70ea91e6d8232387c9606a9e7be9e594ef0cd4a
tree60a58b34919eee20669ca5fc652ec2c0d9772f6f
parent6346f6e1606934fee8d79eb22af391384ef0cbac
ALSA: au88x0: Fix incorrect device pointer for preallocation

The code change in commit 9b868e39bb7f ("ALSA: pci: Avoid non-standard
macro usage") contained an incorrect conversion, which left the
invalid pointer passed to the allocator for au88x0 driver.  Fix it.

Fixes: 9b868e39bb7f ("ALSA: pci: Avoid non-standard macro usage")
Link: https://lore.kernel.org/r/20191112143243.22216-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/au88x0/au88x0_pcm.c