d51694d9fd2d6fa5a519ce27108c964b1b6f32f8
[openwrt/staging/chunkeey.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 @@ -244,6 +244,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,