Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253137
b: refs/heads/master
c: a50d28d
h: refs/heads/master
i:
  253135: ef71465
v: v3
  • Loading branch information
Bruno Prémont authored and Paul Mundt committed Jun 6, 2011
1 parent 0c65710 commit 68169a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b86d775dd4c13967e1895df09d0cef198956e81
refs/heads/master: a50d28de8d5085e0f34f96088a45cc156d022021
2 changes: 2 additions & 0 deletions trunk/drivers/video/vga16fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1265,9 +1265,11 @@ static void vga16fb_imageblit(struct fb_info *info, const struct fb_image *image

static void vga16fb_destroy(struct fb_info *info)
{
struct platform_device *dev = container_of(info->device, struct platform_device, dev);
iounmap(info->screen_base);
fb_dealloc_cmap(&info->cmap);
/* XXX unshare VGA regions */
platform_set_drvdata(dev, NULL);
framebuffer_release(info);
}

Expand Down

0 comments on commit 68169a3

Please sign in to comment.