linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 11/11] pss.c - vfree() checking cleanups
@ 2005-01-11 23:35 domen
  0 siblings, 0 replies; only message in thread
From: domen @ 2005-01-11 23:35 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, domen, jlamanna



pss.c vfree() checking cleanups.

Signed-off by: James Lamanna <jlamanna@gmail.com>


Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj-domen/sound/oss/pss.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN sound/oss/pss.c~vfree-sound_oss_pss sound/oss/pss.c
--- kj/sound/oss/pss.c~vfree-sound_oss_pss	2005-01-10 18:01:08.000000000 +0100
+++ kj-domen/sound/oss/pss.c	2005-01-10 18:01:08.000000000 +0100
@@ -1242,7 +1242,7 @@ static void __exit cleanup_pss(void)
 {
 	if(!pss_no_sound)
 	{
-		if(fw_load && pss_synth)
+		if(fw_load)
 			vfree(pss_synth);
 		if(pssmss)
 			unload_pss_mss(&cfg2);
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-11 23:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-11 23:35 [patch 11/11] pss.c - vfree() checking cleanups domen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).