Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345311
b: refs/heads/master
c: 66141d3
h: refs/heads/master
i:
  345309: 301f92b
  345307: dfe2135
  345303: a9a4d79
  345295: f6c7bdf
  345279: 461a9b4
v: v3
  • Loading branch information
Sachin Kamat authored and Dave Airlie committed Nov 20, 2012
1 parent f5bd95e commit f651214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 8c5eaca012f963fa9724665f8a0eca19e3cb7d2a
refs/heads/master: 66141d3d86f38701d657ef9ba973233bce53da79
5 changes: 1 addition & 4 deletions trunk/drivers/gpu/drm/drm_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,10 +492,7 @@ void drm_put_dev(struct drm_device *dev)
drm_put_minor(&dev->primary);

list_del(&dev->driver_item);
if (dev->devname) {
kfree(dev->devname);
dev->devname = NULL;
}
kfree(dev->devname);
kfree(dev);
}
EXPORT_SYMBOL(drm_put_dev);
Expand Down

0 comments on commit f651214

Please sign in to comment.