]> www.infradead.org Git - users/willy/xarray.git/commit
drm/amd/display: remove unnecessary conversion to bool
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 25 Feb 2021 09:19:02 +0000 (17:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Feb 2021 22:23:49 +0000 (17:23 -0500)
commit439e6bbb3b854fb04f2b979f0e698b63df1a8e0d
tree09ccf5db1b51c0a1a8cd1f26b8a9b244faeb89ce
parent7271a5c2aefc142ba9380842c58fea6c47fc635d
drm/amd/display: remove unnecessary conversion to bool

Fix the following coccicheck warnings:

./drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c:243:67-72:
WARNING: conversion to bool not needed here.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c