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

Commit af9eeed2 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Linus Torvalds
Browse files

[PATCH] v4l: tuner-3026 - replace obsolete ioctl value



- obsolete TUNER_SET_TVFREQ changed to VIDIOCSFREQ.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 330a115a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ tuner_command(struct i2c_client *client, unsigned int cmd, void *arg)

	switch (cmd) 
	{
		case TUNER_SET_TVFREQ:
		case VIDIOCSFREQ:
			set_tv_freq(client, *iarg);
			break;