Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155540
b: refs/heads/master
c: d25e3a6
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Dave Airlie committed Jul 15, 2009
1 parent 46428af commit 00923ac
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 069a9dce384e211784ce6fdfaf1f13921327480d
refs/heads/master: d25e3a6faa82eeaa6e5487c2d2e27cfd938ed108
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/drm_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ int drm_debugfs_create_files(struct drm_info_list *files, int count,
continue;

tmp = kmalloc(sizeof(struct drm_info_node), GFP_KERNEL);
if (tmp == NULL) {
ret = -1;
goto fail;
}
ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO,
root, tmp, &drm_debugfs_fops);
if (!ent) {
Expand Down

0 comments on commit 00923ac

Please sign in to comment.