| Submitter | Antonio Ospite |
|---|---|
| Date | Feb. 12, 2009, 4:32 p.m. |
| Message ID | <20090212173217.33ad118c.ospite@studenti.unina.it> |
| Download | mbox | patch |
| Permalink | /patch/23034/ |
| State | New |
| Headers | show |
Comments
Patch
--- 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; }