Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235993
b: refs/heads/master
c: 45dcfaf
h: refs/heads/master
i:
  235991: 3c69f21
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent 769d55e commit f30a453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c0ef2ac365ced91b819917e56dcd6795b5bef5a
refs/heads/master: 45dcfaf150c4adb50149078205ad3e60bd7d789d
7 changes: 1 addition & 6 deletions trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -3428,8 +3428,6 @@ static int __devinit xgifb_probe(struct pci_dev *pdev,

static void __devexit xgifb_remove(struct pci_dev *pdev)
{
/* Unregister the framebuffer */
/* if (xgi_video_info.registered) { */
unregister_framebuffer(fb_info);
iounmap(xgi_video_info.mmio_vbase);
iounmap(xgi_video_info.video_vbase);
Expand All @@ -3438,11 +3436,8 @@ static void __devexit xgifb_remove(struct pci_dev *pdev)
xgi_video_info.video_size);
vfree(XGIhw_ext.pjVirtualRomBase);
framebuffer_release(fb_info);
/* } */

pci_set_drvdata(pdev, NULL);

};
}

static struct pci_driver xgifb_driver = {
.name = "xgifb",
Expand Down

0 comments on commit f30a453

Please sign in to comment.