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

Commit ed82b9c2 authored by Hans Petter Selasky's avatar Hans Petter Selasky Committed by Mauro Carvalho Chehab
Browse files

[media] cpia2: fix warning about invalid trigraph sequence

parent 05fb85e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -438,7 +438,7 @@ static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *v
		strcat(vc->card, " (676/");
		break;
	default:
		strcat(vc->card, " (???/");
		strcat(vc->card, " (XXX/");
		break;
	}
	switch (cam->params.version.sensor_flags) {
@@ -458,7 +458,7 @@ static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *v
		strcat(vc->card, "500)");
		break;
	default:
		strcat(vc->card, "???)");
		strcat(vc->card, "XXX)");
		break;
	}