]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: use post-decrement in error handling
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Mon, 15 Feb 2016 18:41:47 +0000 (19:41 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Feb 2016 15:05:50 +0000 (10:05 -0500)
commit59039193a05cbadceef52f440521471781dcde5b
treed88bd24b38a4d2622b1330b6ef01f64148caf2ea
parent487b2b24ab45d7d4cb77ecac25096c1c445ebc04
drm/radeon: use post-decrement in error handling

We need to use post-decrement to get the pci_map_page undone also for
i==0, and to avoid some very unpleasant behaviour if pci_map_page
failed already at i==0.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_ttm.c