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

Commit c451c7c4 authored by David Woodhouse's avatar David Woodhouse
Browse files

[MTD] [NAND] Add parent info for CAFÉ controller

parent 87f39f04
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -654,6 +654,7 @@ static int __devinit cafe_nand_probe(struct pci_dev *pdev,
	}
	}
	cafe = (void *)(&mtd[1]);
	cafe = (void *)(&mtd[1]);


	mtd->dev.parent = &pdev->dev;
	mtd->priv = cafe;
	mtd->priv = cafe;
	mtd->owner = THIS_MODULE;
	mtd->owner = THIS_MODULE;