commit | 9f68ff9ee9ecae38a3b0bb3b9c4799cded19b27c | [log] [tgz] |
---|---|---|
author | Jesper Nilsson <jesper.nilsson@axis.com> | Fri Feb 08 10:24:41 2008 +0100 |
committer | Jesper Nilsson <jesper.nilsson@axis.com> | Fri Feb 08 11:16:45 2008 +0100 |
tree | befdbd9ada23481c697c5ec644cacc19a00ae8ed | |
parent | ad433f2368c37a64d119a997a0530cc28b9a5566 [diff] |
CRIS v32: Clean up nandflash.c for ARTPEC-3 and ETRAX FS. Clean up issues noticed by Andrew Morton: - Use a combined struct for allocating the mtd_info and nand_chip structs instead of using anonymous memory as the example in Documentation/DocBook/mtdnand.tmpl - Use kzalloc instead of using kmalloc/memset(0) - Make crisv32_device_ready static.