Loading drivers/media/dvb-core/dmxdev.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/media/dvb-core/dmxdev.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading