Re: [PATCH][media-next] media: vb2: remove unused variable i

2019-02-01 Thread Hans Verkuil
On 02/01/2019 07:06 PM, Colin King wrote: > From: Colin Ian King > > Variable i is declared and never used. Fix this by removing it. A fix for this is already pending in a pull request. Regards, Hans > > Signed-off-by: Colin Ian King > --- >

[PATCH][media-next] media: vb2: remove unused variable i

2019-02-01 Thread Colin King
From: Colin Ian King Variable i is declared and never used. Fix this by removing it. Signed-off-by: Colin Ian King --- drivers/media/common/videobuf2/videobuf2-core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/common/videobuf2/videobuf2-core.c