ar71xx: add linux 3.10
[openwrt.git] / target / linux / ar71xx / patches-3.10 / 412-mtd-m25p80-zero-partition-parser-data.patch
1 --- a/drivers/mtd/devices/m25p80.c
2 +++ b/drivers/mtd/devices/m25p80.c
3 @@ -1071,6 +1071,7 @@ static int m25p_probe(struct spi_device 
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;