Re: [PATCH] media: vb2: Fix compilation warning

2019-02-05 Thread Sakari Ailus
Hi Laurent, On Fri, Feb 01, 2019 at 04:51:35PM +0200, Laurent Pinchart wrote: > Commit 2cc1802f62e5 removed code without removing a local variable that > ended up being unused. This results in a compilation warning, fix it. > > Fixes: 2cc1802f62e5 ("media: vb2: Keep dma-buf buffers mapped until t

Re: [PATCH] media: vb2: Fix compilation warning

2019-02-01 Thread Hans Verkuil
This is already fixed in a pending pull request. Hans On February 1, 2019 3:51:35 PM GMT+01:00, Laurent Pinchart wrote: >Commit 2cc1802f62e5 removed code without removing a local variable that >ended up being unused. This results in a compilation warning, fix it. > >Fixes: 2cc1802f62e5 ("media:

[PATCH] media: vb2: Fix compilation warning

2019-02-01 Thread Laurent Pinchart
Commit 2cc1802f62e5 removed code without removing a local variable that ended up being unused. This results in a compilation warning, fix it. Fixes: 2cc1802f62e5 ("media: vb2: Keep dma-buf buffers mapped until they are freed") Signed-off-by: Laurent Pinchart --- drivers/media/common/videobuf2/v