git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e922cfb
)
drm/radeon: use kzalloc for allocating one thing
author
Maninder Singh
<maninder1.s@samsung.com>
Fri, 19 Jun 2015 04:05:23 +0000
(09:35 +0530)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 29 Jun 2015 15:21:39 +0000
(11:21 -0400)
Use kzalloc for allocating one thing rather than
kcalloc(1...
The semantic patch that makes this change is as follows:
// <smpl>
@@
@@
- kcalloc(1,
+ kzalloc(
...)
// </smpl>
Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Reviewed-by: Vaneet Narang <v.narang@samsung.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_ttm.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/radeon/radeon_ttm.c
Simple merge