Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287414
b: refs/heads/master
c: a9e8d70
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Feb 8, 2012
1 parent 41b786b commit 226c5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6b8ca4cf53e04f377944228b66ddc7d5d593e705
refs/heads/master: a9e8d70c1ac6c9ccf6852c91e082e28249564e6e
4 changes: 2 additions & 2 deletions trunk/drivers/staging/omapdrm/omap_fbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ void omap_fbdev_free(struct drm_device *dev)

fbdev = to_omap_fbdev(priv->fbdev);

kfree(fbdev);

/* this will free the backing object */
if (fbdev->fb)
fbdev->fb->funcs->destroy(fbdev->fb);

kfree(fbdev);

priv->fbdev = NULL;
}

0 comments on commit 226c5a0

Please sign in to comment.