Commit 52364683 authored by Frans Klaver's avatar Frans Klaver Committed by Brian Norris

mtd: nand: hisi504_nand: drop owner assignment

Owner is automatically set by mtdcore. Make use of that.
Signed-off-by: default avatarFrans Klaver <fransklaver@gmail.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 4dc67b1d
......@@ -737,7 +737,6 @@ static int hisi_nfc_probe(struct platform_device *pdev)
}
mtd->priv = chip;
mtd->owner = THIS_MODULE;
mtd->name = "hisi_nand";
mtd->dev.parent = &pdev->dev;
......
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