mtd: nand: r852: 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:
Родитель
f0aa200ceb
Коммит
2eaac143aa
|
@ -641,7 +641,6 @@ static int r852_register_nand_device(struct r852_device *dev)
|
|||
|
||||
WARN_ON(dev->card_registred);
|
||||
|
||||
dev->mtd->owner = THIS_MODULE;
|
||||
dev->mtd->priv = dev->chip;
|
||||
dev->mtd->dev.parent = &dev->pci_dev->dev;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче