Re: [PATCH] drm/vkms: Fix vmap_count increment position

2018-08-11 Thread Haneen Mohammed
On Wed, Aug 01, 2018 at 12:08:07PM +0300, Haneen Mohammed wrote: > Move vmap_count out of the conditional statement since it needs > to be updated for every successful call to vkms_gem_vmap. > > Signed-off-by: Haneen Mohammed > --- > drivers/gpu/drm/vkms/vkms_gem.c | 3 +-- > 1 file changed, 1

Re: [PATCH] drm/vkms: Fix vmap_count increment position

2018-08-08 Thread Daniel Vetter
On Wed, Aug 08, 2018 at 06:59:26AM +0300, Haneen Mohammed wrote: > On Wed, Aug 01, 2018 at 12:08:07PM +0300, Haneen Mohammed wrote: > > Move vmap_count out of the conditional statement since it needs > > to be updated for every successful call to vkms_gem_vmap. > > > > Signed-off-by: Haneen

[PATCH] drm/vkms: Fix vmap_count increment position

2018-08-02 Thread Haneen Mohammed
Move vmap_count out of the conditional statement since it needs to be updated for every successful call to vkms_gem_vmap. Signed-off-by: Haneen Mohammed --- drivers/gpu/drm/vkms/vkms_gem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/vkms/vkms_gem.c