Re: [PATCH] drm/ttm: fix warning that we shouldn't mix && and ||

2023-06-23 Thread Alex Deucher
On Fri, Jun 23, 2023 at 3:09 AM Christian König wrote: > > Trivial warning fix. > > Signed-off-by: Christian König > Fixes: 4481913607e5 ("drm/ttm: fix bulk_move corruption when adding a entry") Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/ttm/ttm_resource.c | 2 +- > 1 file changed, 1 i

[PATCH] drm/ttm: fix warning that we shouldn't mix && and ||

2023-06-23 Thread Christian König
Trivial warning fix. Signed-off-by: Christian König Fixes: 4481913607e5 ("drm/ttm: fix bulk_move corruption when adding a entry") --- drivers/gpu/drm/ttm/ttm_resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/ttm/ttm_resource.c b/drivers/gpu/drm/ttm/t