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

Commit 0da403e7 authored by Kevin Hilman's avatar Kevin Hilman
Browse files

Revert "media: remove unused variable that causes a warning"

This reverts commit 12b27ff5.

This fix was rejected by LTS
parent 12b27ff5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3222,6 +3222,7 @@ EXPORT_SYMBOL_GPL(vb2_thread_start);
int vb2_thread_stop(struct vb2_queue *q)
int vb2_thread_stop(struct vb2_queue *q)
{
{
	struct vb2_threadio_data *threadio = q->threadio;
	struct vb2_threadio_data *threadio = q->threadio;
	struct vb2_fileio_data *fileio = q->fileio;
	int err;
	int err;


	if (threadio == NULL)
	if (threadio == NULL)