Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201114
b: refs/heads/master
c: bbb642f
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Dave Airlie committed Jul 20, 2010
1 parent bb9a3e5 commit 4a325c5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1e8655f87333def92bb8215b423adc65403b08a5
refs/heads/master: bbb642f9c9a43dbe45ffe14935397a2a34100263
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/radeon/r300.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,8 @@ int r300_cs_parse(struct radeon_cs_parser *p)
int r;

track = kzalloc(sizeof(*track), GFP_KERNEL);
if (track == NULL)
return -ENOMEM;
r100_cs_track_clear(p->rdev, track);
p->track = track;
do {
Expand Down

0 comments on commit 4a325c5

Please sign in to comment.