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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jun 23, 2023 at 3:09 AM Christian König
<ckoenig.leichtzumerken@xxxxxxxxx> wrote:
>
> Trivial warning fix.
>
> Signed-off-by: Christian König <christian.koenig@xxxxxxx>
> Fixes: 4481913607e5 ("drm/ttm: fix bulk_move corruption when adding a entry")

Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx>

> ---
>  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/ttm_resource.c
> index e51dbc7a2d53..46ff9c75bb12 100644
> --- a/drivers/gpu/drm/ttm/ttm_resource.c
> +++ b/drivers/gpu/drm/ttm/ttm_resource.c
> @@ -114,7 +114,7 @@ static void ttm_lru_bulk_move_del(struct ttm_lru_bulk_move *bulk,
>         struct ttm_lru_bulk_move_pos *pos = ttm_lru_bulk_move_pos(bulk, res);
>
>         if (unlikely(WARN_ON(!pos->first || !pos->last) ||
> -                    pos->first == res && pos->last == res)) {
> +                    (pos->first == res && pos->last == res))) {
>                 pos->first = NULL;
>                 pos->last = NULL;
>         } else if (pos->first == res) {
> --
> 2.34.1
>




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux