drm/ttm: fix warning that we shouldn't mix && and ||
authorChristian König <christian.koenig@amd.com>
Fri, 23 Jun 2023 07:08:00 +0000 (09:08 +0200)
committerChristian König <christian.koenig@amd.com>
Fri, 23 Jun 2023 15:21:02 +0000 (17:21 +0200)
commit0c3855ba8dad41c4113e73f77eb926e44577e4af
treeab16dea7f4c45ad66e0a81caef595ca2f4e00470
parent4481913607e58196c48a4fef5e6f45350684ec3c
drm/ttm: fix warning that we shouldn't mix && and ||

Trivial warning fix.

Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: 4481913607e5 ("drm/ttm: fix bulk_move corruption when adding a entry")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230623070935.65102-1-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_resource.c