ar71xx: fix DDR write buffer flushing issues with 4.4
[openwrt/openwrt.git] / target / linux / ar71xx / patches-4.4 / 412-mtd-m25p80-zero-partition-parser-data.patch
1 --- a/drivers/mtd/devices/m25p80.c
2 +++ b/drivers/mtd/devices/m25p80.c
3 @@ -249,6 +249,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(&nor->mtd,