These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mtd / nand / au1550nd.c
index c0c3be1..08a130f 100644 (file)
@@ -439,7 +439,7 @@ static int au1550nd_probe(struct platform_device *pdev)
 
        this = &ctx->chip;
        ctx->info.priv = this;
-       ctx->info.owner = THIS_MODULE;
+       ctx->info.dev.parent = &pdev->dev;
 
        /* figure out which CS# r->start belongs to */
        cs = find_nand_cs(r->start);