[PATCH] drm/radeon: fix userptr BO unpin bug v2

2015-05-05 Thread Alex Deucher
On Tue, May 5, 2015 at 3:24 AM, Christian König wrote: > From: "monk.liu" > > Fixing a memory leak with userptrs. > > v2: clean up the loop, use an iterator instead > > Signed-off-by: monk.liu > Signed-off-by: Christian König > CC: stable at vger.kernel.org Applied to my -fixes tree. Alex

[PATCH] drm/radeon: fix userptr BO unpin bug v2

2015-05-05 Thread Christian König
From: "monk.liu" Fixing a memory leak with userptrs. v2: clean up the loop, use an iterator instead Signed-off-by: monk.liu Signed-off-by: Christian König CC: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_ttm.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff