Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c21f900cb8817009930e672d22a5b91e5b706351
Commit:     c21f900cb8817009930e672d22a5b91e5b706351
Parent:     eb684507159de2162cd6fc62f2b3a671afd5a61d
Author:     Kyungmin Park <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 22 11:01:52 2007 +0900
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Mon Oct 22 09:57:28 2007 +0100

    [MTD] [OneNAND] Fix wrong free the static address in onenand_sim
    
    Reported-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]>
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 drivers/mtd/onenand/onenand_sim.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/onenand/onenand_sim.c 
b/drivers/mtd/onenand/onenand_sim.c
index d5b4888..d64200b 100644
--- a/drivers/mtd/onenand/onenand_sim.c
+++ b/drivers/mtd/onenand/onenand_sim.c
@@ -425,7 +425,6 @@ static void flash_exit(struct onenand_flash *flash)
 {
        vfree(ONENAND_CORE(flash));
        kfree(flash->base);
-       kfree(flash);
 }
 
 static int __init onenand_sim_init(void)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to