diff options
author | 2016-05-13 23:06:40 +0530 | |
---|---|---|
committer | 2016-05-16 12:17:25 -0400 | |
commit | a7aabcc8a5f5e7834abb538ad97db04d29968fbe (patch) | |
tree | 94d34ff277c71ec509f10469dae609cdd57af179 /drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c | |
parent | drm/amdgpu: fix array out of bounds (diff) | |
download | linux-dev-a7aabcc8a5f5e7834abb538ad97db04d29968fbe.tar.xz linux-dev-a7aabcc8a5f5e7834abb538ad97db04d29968fbe.zip |
drm/amd/powerplay: use ARRAY_SIZE() to calculate array size.
It is preferred to use ARRAY_SIZE() for size calculation, instead
using sizeof(array)/sizeof(*array). It makes the code more readable.
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c')
0 files changed, 0 insertions, 0 deletions