Loading drivers/mtd/nand/cafe_nand.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/mtd/nand/cafe_nand.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading