Commit c451c7c4 authored by David Woodhouse's avatar David Woodhouse

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

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 87f39f04
......@@ -654,6 +654,7 @@ static int __devinit cafe_nand_probe(struct pci_dev *pdev,
}
cafe = (void *)(&mtd[1]);
mtd->dev.parent = &pdev->dev;
mtd->priv = cafe;
mtd->owner = THIS_MODULE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment