Root/target/linux/ar71xx/patches-3.3/412-mtd-m25p80-zero-partition-parser-data.patch

1--- a/drivers/mtd/devices/m25p80.c
2+++ b/drivers/mtd/devices/m25p80.c
3@@ -978,6 +978,7 @@ static int __devinit m25p_probe(struct s
4     if (info->flags & M25P_NO_ERASE)
5         flash->mtd.flags |= MTD_NO_ERASE;
6 
7+ memset(&ppdata, '\0', sizeof(ppdata));
8     ppdata.of_node = spi->dev.of_node;
9     flash->mtd.dev.parent = &spi->dev;
10     flash->page_size = info->page_size;
11

Archive Download this file



interactive