diff options
Diffstat (limited to 'sound/oss/trix.c')
-rw-r--r-- | sound/oss/trix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/trix.c b/sound/oss/trix.c index 944e0c015485..3c494dc93b93 100644 --- a/sound/oss/trix.c +++ b/sound/oss/trix.c @@ -487,7 +487,7 @@ static int __init init_trix(void) static void __exit cleanup_trix(void) { - if (fw_load && trix_boot) + if (fw_load) vfree(trix_boot); if (sb) unload_trix_sb(&cfg2); |