diff options
Diffstat (limited to 'sound/isa/sc6000.c')
-rw-r--r-- | sound/isa/sc6000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/sc6000.c b/sound/isa/sc6000.c index 15a152eaa2e8..51cfa7615f72 100644 --- a/sound/isa/sc6000.c +++ b/sound/isa/sc6000.c | |||
@@ -625,7 +625,7 @@ static int snd_sc6000_probe(struct device *devptr, unsigned int dev) | |||
625 | if (err < 0) | 625 | if (err < 0) |
626 | goto err_unmap2; | 626 | goto err_unmap2; |
627 | 627 | ||
628 | err = snd_wss_pcm(chip, 0, NULL); | 628 | err = snd_wss_pcm(chip, 0); |
629 | if (err < 0) { | 629 | if (err < 0) { |
630 | snd_printk(KERN_ERR PFX | 630 | snd_printk(KERN_ERR PFX |
631 | "error creating new WSS PCM device\n"); | 631 | "error creating new WSS PCM device\n"); |