Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163938
b: refs/heads/master
c: 1ae7007
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Dave Airlie committed Aug 30, 2009
1 parent a5cbcea commit dd2e5f7
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: ff846ab7f76ffecba4f0bef026163d2a2364d7d0
refs/heads/master: 1ae70072f0699916c1a77a9bacad958ee46f7395
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/drm_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ int drm_proc_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 = create_proc_entry(files[i].name, S_IFREG | S_IRUGO, root);
if (!ent) {
DRM_ERROR("Cannot create /proc/dri/%s/%s\n",
Expand Down

0 comments on commit dd2e5f7

Please sign in to comment.