]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/amdgpu: Add comment to describe the purpose of one difficult if statement
authorAlex Xie <AlexBin.Xie@amd.com>
Mon, 6 Jun 2016 22:14:57 +0000 (18:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 18:51:26 +0000 (14:51 -0400)
commit3a6f8e0c7294ce1c0bdeaa778df1095197b4cf6a
tree1d240f5de34562048d8b1259b232712b9d8196c9
parent677131a16d84d522fb096ff489034471588661a5
drm/amdgpu: Add comment to describe the purpose of one difficult if statement

Use == instead of != in the if statement to make code easier understood

Signed-off-by: Alex Xie <AlexBin.Xie@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c