These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mtd / nand / pasemi_nand.c
index 66c345b..83cf021 100644 (file)
@@ -124,7 +124,7 @@ static int pasemi_nand_probe(struct platform_device *ofdev)
 
        /* Link the private data with the MTD structure */
        pasemi_nand_mtd->priv = chip;
-       pasemi_nand_mtd->owner = THIS_MODULE;
+       pasemi_nand_mtd->dev.parent = &ofdev->dev;
 
        chip->IO_ADDR_R = of_iomap(np, 0);
        chip->IO_ADDR_W = chip->IO_ADDR_R;