mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 10:24:01 -04:00
Staging: xgifb: disable pci device on pci remove function.
Signed-off-by: Miguel Gómez <magomez@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
05e06036dd
commit
bf55b48371
@@ -2297,6 +2297,7 @@ static void __devexit xgifb_remove(struct pci_dev *pdev)
|
||||
iounmap(xgifb_info->video_vbase);
|
||||
release_mem_region(xgifb_info->mmio_base, xgifb_info->mmio_size);
|
||||
release_mem_region(xgifb_info->video_base, xgifb_info->video_size);
|
||||
pci_disable_device(pdev);
|
||||
framebuffer_release(fb_info);
|
||||
pci_set_drvdata(pdev, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user