[PATCH] Fix bug where kfree is called twice.

Rupesh Gujare rgujare at ozmodevices.com
Wed Apr 25 22:54:58 UTC 2012


Signed-off-by: Rupesh Gujare <rgujare at ozmodevices.com>
Signed-off-by: Chris Kelly <ckelly at ozmodevices.com>
---
 drivers/staging/ozwpan/ozpd.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/ozwpan/ozpd.c b/drivers/staging/ozwpan/ozpd.c
index 2b45d3d..04cd57f 100644
--- a/drivers/staging/ozwpan/ozpd.c
+++ b/drivers/staging/ozwpan/ozpd.c
@@ -383,8 +383,6 @@ static void oz_tx_frame_free(struct oz_pd *pd, struct oz_tx_frame *f)
 		pd->tx_pool = &f->link;
 		pd->tx_pool_count++;
 		f = 0;
-	} else {
-		kfree(f);
 	}
 	spin_unlock_bh(&pd->tx_frame_lock);
 	if (f)
-- 
1.7.5.4





More information about the devel mailing list