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

Commit 891114a4 authored by Devin Heitmueller's avatar Devin Heitmueller Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12750): em28xx: fix unused variable warning



Remove unused variable from when I introduced the g_std() function.

This work was sponsored by EyeMagnet Limited.

Signed-off-by: default avatarDevin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 10e01255
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1144,7 +1144,6 @@ static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *norm)
{
{
	struct em28xx_fh   *fh  = priv;
	struct em28xx_fh   *fh  = priv;
	struct em28xx      *dev = fh->dev;
	struct em28xx      *dev = fh->dev;
	struct v4l2_format f;
	int                rc;
	int                rc;


	rc = check_dev(dev);
	rc = check_dev(dev);