Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269775
b: refs/heads/master
c: a0f9219
h: refs/heads/master
i:
  269773: 690fb1a
  269771: 236f6e4
  269767: 2f28c29
  269759: 7498832
v: v3
  • Loading branch information
Marcin Slusarz authored and Dave Airlie committed Oct 18, 2011
1 parent f33aa18 commit 3f52518
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6ddddfe7341a6fa2db22d63084bfb1df9cce0724
refs/heads/master: a0f92199243adbfe765963d4b4e65d7cbe1eb785
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/drm_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ int drm_proc_create_files(struct drm_info_list *files, int count,
struct drm_device *dev = minor->dev;
struct proc_dir_entry *ent;
struct drm_info_node *tmp;
char name[64];
int i, ret;

for (i = 0; i < count; i++) {
Expand All @@ -118,7 +117,7 @@ int drm_proc_create_files(struct drm_info_list *files, int count,
&drm_proc_fops, tmp);
if (!ent) {
DRM_ERROR("Cannot create /proc/dri/%s/%s\n",
name, files[i].name);
root->name, files[i].name);
list_del(&tmp->list);
kfree(tmp);
ret = -1;
Expand Down

0 comments on commit 3f52518

Please sign in to comment.