diff options
Diffstat (limited to 'sound/oss/pss.c')
-rw-r--r-- | sound/oss/pss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/pss.c b/sound/oss/pss.c index ca0d6e9f49f5..81314f9e2ccb 100644 --- a/sound/oss/pss.c +++ b/sound/oss/pss.c | |||
@@ -1228,7 +1228,7 @@ static void __exit cleanup_pss(void) | |||
1228 | { | 1228 | { |
1229 | if(!pss_no_sound) | 1229 | if(!pss_no_sound) |
1230 | { | 1230 | { |
1231 | if(fw_load && pss_synth) | 1231 | if (fw_load) |
1232 | vfree(pss_synth); | 1232 | vfree(pss_synth); |
1233 | if(pssmss) | 1233 | if(pssmss) |
1234 | unload_pss_mss(&cfg2); | 1234 | unload_pss_mss(&cfg2); |