Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;