Skip to content

Commit

Permalink
[PATCH] v4l: tuner-3026 - replace obsolete ioctl value
Browse files Browse the repository at this point in the history
- obsolete TUNER_SET_TVFREQ changed to VIDIOCSFREQ.

Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Jul 12, 2005
1 parent 330a115 commit af9eeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-3036.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit af9eeed

Please sign in to comment.