mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 21:24:08 +08:00
ALSA: cs4232: fix crash during chip PNP detection
The acard->wss pointer is uninitialized in this function which leads to crash during chip PNP detection. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Acked-by: Rene Herman <rene.herman@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
fe7e873f52
commit
b15ebe2616
@ -325,6 +325,7 @@ static int __devinit snd_cs423x_pnp_init_mpu(int dev, struct pnp_dev *pdev)
|
|||||||
static int __devinit snd_card_cs4232_pnp(int dev, struct snd_card_cs4236 *acard,
|
static int __devinit snd_card_cs4232_pnp(int dev, struct snd_card_cs4236 *acard,
|
||||||
struct pnp_dev *pdev)
|
struct pnp_dev *pdev)
|
||||||
{
|
{
|
||||||
|
acard->wss = pdev;
|
||||||
if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0)
|
if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0)
|
||||||
return -EBUSY;
|
return -EBUSY;
|
||||||
cport[dev] = -1;
|
cport[dev] = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user