diff options
Diffstat (limited to 'sound/isa/gus/gusclassic.c')
-rw-r--r-- | sound/isa/gus/gusclassic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/isa/gus/gusclassic.c b/sound/isa/gus/gusclassic.c index 7ce29ffa1af9..f0019715d82e 100644 --- a/sound/isa/gus/gusclassic.c +++ b/sound/isa/gus/gusclassic.c | |||
@@ -181,12 +181,12 @@ static int snd_gusclassic_probe(struct device *dev, unsigned int n) | |||
181 | if (error < 0) | 181 | if (error < 0) |
182 | goto out; | 182 | goto out; |
183 | 183 | ||
184 | error = snd_gf1_pcm_new(gus, 0, 0, NULL); | 184 | error = snd_gf1_pcm_new(gus, 0, 0); |
185 | if (error < 0) | 185 | if (error < 0) |
186 | goto out; | 186 | goto out; |
187 | 187 | ||
188 | if (!gus->ace_flag) { | 188 | if (!gus->ace_flag) { |
189 | error = snd_gf1_rawmidi_new(gus, 0, NULL); | 189 | error = snd_gf1_rawmidi_new(gus, 0); |
190 | if (error < 0) | 190 | if (error < 0) |
191 | goto out; | 191 | goto out; |
192 | } | 192 | } |