mtd: nand: socrates_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:
Родитель
36645652ad
Коммит
6031a9c5e3
|
@ -167,7 +167,6 @@ static int socrates_nand_probe(struct platform_device *ofdev)
|
|||
nand_chip->priv = host; /* link the private data structures */
|
||||
mtd->priv = nand_chip;
|
||||
mtd->name = "socrates_nand";
|
||||
mtd->owner = THIS_MODULE;
|
||||
mtd->dev.parent = &ofdev->dev;
|
||||
ppdata.of_node = ofdev->dev.of_node;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче