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

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

budget-core.c vfree() checking cleanups.

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

 budget-core.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


--- linux-2.6.10-vanilla/drivers/media/dvb/ttpci/budget-core.c	2004-12-24 13:34:30.000000000 -0800
+++ linux-2.6.10/drivers/media/dvb/ttpci/budget-core.c	2005-01-04 11:33:44.000000000 -0800
@@ -411,8 +411,7 @@
 err:
 	i2c_del_adapter(&budget->i2c_adap);
 
-	if (budget->grabbing)
-		vfree(budget->grabbing);
+	vfree(budget->grabbing);
 
 	dvb_unregister_adapter (budget->dvb_adapter);
 


[-- 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 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-04 23:18 [KJ] [PATCH] [RESEND] [27/29] budget-core.c - vfree() checking 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.