Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174681
b: refs/heads/master
c: 4361e52
h: refs/heads/master
i:
  174679: bc4f4cd
v: v3
  • Loading branch information
Dave Airlie committed Dec 10, 2009
1 parent b41d30c commit 686cc34
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: 115a5c2ba0aac55e1bac390f271c818c3cbfa1fb
refs/heads/master: 4361e52ad0372e6fd2240a2207b49a4de1f45ca9
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ int radeon_gem_busy_ioctl(struct drm_device *dev, void *data,
struct drm_gem_object *gobj;
struct radeon_bo *robj;
int r;
uint32_t cur_placement;
uint32_t cur_placement = 0;

gobj = drm_gem_object_lookup(dev, filp, args->handle);
if (gobj == NULL) {
Expand Down

0 comments on commit 686cc34

Please sign in to comment.