Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e65d48b authored by Brian Norris's avatar Brian Norris
Browse files

mtd: brcmnand: drop unnecessary initialization

parent 57dd990c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1887,7 +1887,7 @@ static int brcmnand_init_cs(struct brcmnand_host *host)
	struct platform_device *pdev = host->pdev;
	struct mtd_info *mtd;
	struct nand_chip *chip;
	int ret = 0;
	int ret;
	struct mtd_part_parser_data ppdata = { .of_node = dn };

	ret = of_property_read_u32(dn, "reg", &host->cs);