diff options
| author | Maninder Singh <[email protected]> | 2015-06-19 04:05:23 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-06-29 15:21:39 +0000 |
| commit | 69ee2410238e6ea6fd5d0a91b04510bba8abc7b5 (patch) | |
| tree | c905ba63bfcbef9e33afb3828ed88500f80b11c5 /drivers/gpu/drm/amd/amdgpu/cikd.h | |
| parent | drm/amdgpu: fix hpd range check in dce_v8_0_hpd_irq() (diff) | |
| download | kernel-69ee2410238e6ea6fd5d0a91b04510bba8abc7b5.tar.gz kernel-69ee2410238e6ea6fd5d0a91b04510bba8abc7b5.zip | |
drm/radeon: use kzalloc for allocating one thing
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 <[email protected]>
Reviewed-by: Vaneet Narang <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cikd.h')
0 files changed, 0 insertions, 0 deletions
