gpio: bt8xx: fix release of managed resources
These resources are managed by devres, and should not be explicitly released. Signed-off-by: Michael Auchter <a@phire.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
1b11a9b9e0
commit
7cc01f630a
@@ -241,9 +241,6 @@ static void bt8xxgpio_remove(struct pci_dev *pdev)
|
|||||||
bgwrite(~0x0, BT848_INT_STAT);
|
bgwrite(~0x0, BT848_INT_STAT);
|
||||||
bgwrite(0x0, BT848_GPIO_OUT_EN);
|
bgwrite(0x0, BT848_GPIO_OUT_EN);
|
||||||
|
|
||||||
iounmap(bg->mmio);
|
|
||||||
release_mem_region(pci_resource_start(pdev, 0),
|
|
||||||
pci_resource_len(pdev, 0));
|
|
||||||
pci_disable_device(pdev);
|
pci_disable_device(pdev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user