mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
mtd: nand: hisi504_nand: drop owner assignment
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver <fransklaver@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
4dc67b1d50
commit
52364683d5
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user