All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] [5/29] av7110.c - vfree() checking cleanups
@ 2005-01-04 21:56 jlamanna
  0 siblings, 0 replies; only message in thread
From: jlamanna @ 2005-01-04 21:56 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

av7110.c vfree() checking cleanups.

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

 av7110.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


--- linux-2.6.10-vanilla/drivers/media/dvb/ttpci/av7110.c	2004-12-24 13:35:01.000000000 -0800
+++ linux-2.6.10/drivers/media/dvb/ttpci/av7110.c	2005-01-04 11:34:06.000000000 -0800
@@ -2095,8 +2095,7 @@
 
 	if (NULL ! 		pci_free_consistent(dev->pci, 8192, av7110->debi_virt, av7110->debi_bus);
-	if (NULL !-		vfree(av7110->iobuf);
+	vfree(av7110->iobuf);
 	if (NULL ! 		kfree(av7110);
 	}
@@ -2139,8 +2138,7 @@
 
 	av7110_num--;
 #ifndef CONFIG_DVB_AV7110_FIRMWARE_FILE 
-	if (av7110->bin_fw)
-		vfree(av7110->bin_fw);
+	vfree(av7110->bin_fw);
 #endif
 	kfree (av7110);
 	saa->ext_priv 


[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

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

only message in thread, other threads:[~2005-01-04 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-04 21:56 [KJ] [PATCH] [5/29] av7110.c - vfree() checking cleanups jlamanna

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.