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

Commit 7bbf1868 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "media: dvb: Protect against variable update"

parents 97ab36a2 da197271
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -951,7 +951,9 @@ static int dvb_dvr_release(struct inode *inode, struct file *file)
	} else {
		int i;

		spin_lock(&dmxdev->dvr_in_lock);
		dmxdev->dvr_in_exit = 1;
		spin_unlock(&dmxdev->dvr_in_lock);

		wake_up_all(&dmxdev->dvr_cmd_buffer.queue);