ar71xx: image: build initramfs images for the WHR boards
[openwrt.git] / target / linux / ar71xx / patches-3.2 / 412-mtd-m25p80-zero-partition-parser-data.patch
1 --- a/drivers/mtd/devices/m25p80.c
2 +++ b/drivers/mtd/devices/m25p80.c
3 @@ -977,6 +977,7 @@ static int __devinit m25p_probe(struct s
4 if (info->flags & M25P_NO_ERASE)
5 flash->mtd.flags |= MTD_NO_ERASE;
6
7 + memset(&ppdata, '\0', sizeof(ppdata));
8 ppdata.of_node = spi->dev.of_node;
9 flash->mtd.dev.parent = &spi->dev;
10 flash->page_size = info->page_size;
This page took 0.046997 seconds and 5 git commands to generate.