[PATCH 0/3] drm: more pre-decrement fixes

Christian König deathsimple at vodafone.de
Tue Feb 16 08:21:23 UTC 2016


Am 15.02.2016 um 19:41 schrieb Rasmus Villemoes:
> A few more cases where one should use post-decrement when unwinding,
> this time found where the unwinding is done inside the setup loop
> instead of after an error label.

Patch 1 and 3 are Reviewed-by: Christian König <christian.koenig at amd.com>.

Nice catch,
Christian.

>
> Rasmus Villemoes (3):
>    drm/amdgpu: use post-decrement in error handling
>    drm/nouveau: use post-decrement in error handling
>    drm/radeon: use post-decrement in error handling
>
>   drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +-
>   drivers/gpu/drm/nouveau/nouveau_bo.c    | 2 +-
>   drivers/gpu/drm/radeon/radeon_ttm.c     | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>



More information about the dri-devel mailing list