Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b3145ac authored by Matt Wagantall's avatar Matt Wagantall
Browse files

[media] videobuf2-core: resolve "warning: unused variable 'fileio'"



Remove the unused variable.

Change-Id: Ifca352eadd78ad6ea2520be7e7b16f2ad35de202
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
parent 21be4d75
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3210,7 +3210,6 @@ EXPORT_SYMBOL_GPL(vb2_thread_start);
int vb2_thread_stop(struct vb2_queue *q)
{
	struct vb2_threadio_data *threadio = q->threadio;
	struct vb2_fileio_data *fileio = q->fileio;
	int err;

	if (threadio == NULL)