412-mtd-m25p80-zero-partition-parser-data.patch 360 B

12345678910
  1. --- a/drivers/mtd/devices/m25p80.c
  2. +++ b/drivers/mtd/devices/m25p80.c
  3. @@ -1072,6 +1072,7 @@ static int m25p_probe(struct spi_device
  4. if (info->flags & M25P_NO_ERASE)
  5. flash->mtd.flags |= MTD_NO_ERASE;
  6. + memset(&ppdata, '\0', sizeof(ppdata));
  7. ppdata.of_node = spi->dev.of_node;
  8. flash->mtd.dev.parent = &spi->dev;
  9. flash->page_size = info->page_size;