Merge branch 'for-linus' into for-next
Need to merge the fixes regarding EPSS. Conflicts: sound/pci/hda/hda_codec.c
This commit is contained in:
@@ -233,7 +233,7 @@ static int __devinit snd_card_als100_probe(int dev,
|
||||
irq[dev], dma8[dev], dma16[dev]);
|
||||
}
|
||||
|
||||
if ((error = snd_sb16dsp_pcm(chip, 0, NULL)) < 0) {
|
||||
if ((error = snd_sb16dsp_pcm(chip, 0, &chip->pcm)) < 0) {
|
||||
snd_card_free(card);
|
||||
return error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user