ar71xx: add GL-Domino Pi support V3
[openwrt/openwrt.git] / target / linux / ar71xx / patches-4.1 / 412-mtd-m25p80-zero-partition-parser-data.patch
1 --- a/drivers/mtd/devices/m25p80.c
2 +++ b/drivers/mtd/devices/m25p80.c
3 @@ -232,6 +232,7 @@ static int m25p_probe(struct spi_device
4 if (ret)
5 return ret;
6
7 + memset(&ppdata, '\0', sizeof(ppdata));
8 ppdata.of_node = spi->dev.of_node;
9
10 return mtd_device_parse_register(&flash->mtd,