Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164011
b: refs/heads/master
c: fdd5cac
h: refs/heads/master
i:
  164009: 3479eec
  164007: 3e485e1
v: v3
  • Loading branch information
Michel Dänzer authored and Dave Airlie committed Sep 15, 2009
1 parent 663874f commit 877986c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 95a8f1bf4f48b434c9f839ab5a0773f66b39d7c6
refs/heads/master: fdd5cace733370ab7a518a98ef084e02aa76fdea
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ int radeon_cs_parser_init(struct radeon_cs_parser *p, void *data)
cdata = (uint32_t *)(unsigned long)user_chunk.chunk_data;

size = p->chunks[i].length_dw * sizeof(uint32_t);
p->chunks[i].kdata = kzalloc(size, GFP_KERNEL);
p->chunks[i].kdata = kmalloc(size, GFP_KERNEL);
if (p->chunks[i].kdata == NULL) {
return -ENOMEM;
}
Expand Down

0 comments on commit 877986c

Please sign in to comment.