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

Commit a5abdb60 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] pvrusb2: initialize standards mask before detecting standard

parent e41567a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -230,6 +230,7 @@ static long pvr2_v4l2_do_ioctl(struct file *file, unsigned int cmd, void *arg)
	case VIDIOC_QUERYSTD:
	{
		v4l2_std_id *std = arg;
		*std = V4L2_STD_ALL;
		ret = pvr2_hdw_get_detected_std(hdw, std);
		break;
	}