diff options
Diffstat (limited to 'sound/sparc/cs4231.c')
-rw-r--r-- | sound/sparc/cs4231.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c index 0fa482c9110b..14b1277bc83a 100644 --- a/sound/sparc/cs4231.c +++ b/sound/sparc/cs4231.c | |||
@@ -1740,9 +1740,6 @@ static int cs4231_attach_finish(snd_card_t *card, cs4231_t *chip) | |||
1740 | if ((err = snd_cs4231_timer(chip)) < 0) | 1740 | if ((err = snd_cs4231_timer(chip)) < 0) |
1741 | goto out_err; | 1741 | goto out_err; |
1742 | 1742 | ||
1743 | if ((err = snd_card_set_generic_dev(card)) < 0) | ||
1744 | goto out_err; | ||
1745 | |||
1746 | if ((err = snd_card_register(card)) < 0) | 1743 | if ((err = snd_card_register(card)) < 0) |
1747 | goto out_err; | 1744 | goto out_err; |
1748 | 1745 | ||