drm/amdgpu/uvd7: remove unnecessary conversion to bool
authorChen Zhou <chenzhou10@huawei.com>
Wed, 25 Mar 2020 02:32:50 +0000 (10:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Apr 2020 18:44:43 +0000 (14:44 -0400)
commit955df04e3b31c9365f52ff16588eec434d33dd60
treeda1e7896664c02f899fc80c3026620eb37b98b57
parent1bd9c9392732d4829d13f25f7a9bf46a18e99a71
drm/amdgpu/uvd7: remove unnecessary conversion to bool

The conversion to bool is not needed, remove it.

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c