diff options
author | Srinivasan Shanmugam <[email protected]> | 2023-08-12 20:20:31 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-08-15 18:08:30 -0400 |
commit | b828e1004cce55a078ba7bb11e252c2499793025 (patch) | |
tree | d8973177d4057569bddcc126482250707e36957c /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 1347b15d5e8e167f8f29e7bfb26ce04d335430e9 (diff) |
drm/amdgpu: Replace ternary operator with min() in 'amdgpu_iomem_write'
Fixes the following coccicheck:
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2482:16-17: WARNING opportunity for min()
min() macro is defined in include/linux/minmax.h. It avoids multiple
evaluations of the arguments when non-constant and performs strict
type-checking.
Cc: Guchun Chen <[email protected]>
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: "Pan, Xinhui" <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions