[PATCH] Char: mxser_new, do not put pdev
We don't call pci_dev_get, so do not call pci_dev_put in the pci release function. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
45257fa9a5
commit
1a221026c3
|
@ -2348,7 +2348,6 @@ static void mxser_release_res(struct mxser_board *brd, struct pci_dev *pdev,
|
|||
#ifdef CONFIG_PCI
|
||||
pci_release_region(pdev, 2);
|
||||
pci_release_region(pdev, 3);
|
||||
pci_dev_put(pdev);
|
||||
#endif
|
||||
} else {
|
||||
release_region(brd->ports[0].ioaddr, 8 * brd->info->nports);
|
||||
|
|
Loading…
Reference in New Issue