Message ID | 20090212173217.33ad118c.ospite@studenti.unina.it |
---|---|
State | New, archived |
Headers | show |
--- a/drivers/mtd/maps/pxa2xx-flash.c +++ b/drivers/mtd/maps/pxa2xx-flash.c @@ -135,7 +135,6 @@ static int __exit pxa2xx_flash_remove(struct device *dev) iounmap(info->map.virt); if (info->map.cached) iounmap(info->map.cached); - kfree(info->parts); kfree(info); return 0; }