Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148717
b: refs/heads/master
c: b798b1f
h: refs/heads/master
i:
  148715: de20aeb
v: v3
  • Loading branch information
Robert P. J. Day authored and Dave Airlie committed Jun 11, 2009
1 parent 4b01517 commit 4e587fd
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: 1bcbf3948876e31a8ece28597dec447611ad9c8b
refs/heads/master: b798b1fe3b6436275ad1b517a6823d55e3b75c22
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ drm_gem_object_alloc(struct drm_device *dev, size_t size)

BUG_ON((size & (PAGE_SIZE - 1)) != 0);

obj = kcalloc(1, sizeof(*obj), GFP_KERNEL);
obj = kzalloc(sizeof(*obj), GFP_KERNEL);

obj->dev = dev;
obj->filp = shmem_file_setup("drm mm object", size, VM_NORESERVE);
Expand Down

0 comments on commit 4e587fd

Please sign in to comment.