mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
2a74944f07
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46427
11 lines
286 B
Diff
11 lines
286 B
Diff
--- a/drivers/mtd/devices/m25p80.c
|
|
+++ b/drivers/mtd/devices/m25p80.c
|
|
@@ -232,6 +232,7 @@ static int m25p_probe(struct spi_device
|
|
if (ret)
|
|
return ret;
|
|
|
|
+ memset(&ppdata, '\0', sizeof(ppdata));
|
|
ppdata.of_node = spi->dev.of_node;
|
|
|
|
return mtd_device_parse_register(&flash->mtd,
|