[PATCH] v4l: tuner-3026 - replace obsolete ioctl value
- 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>
This commit is contained in:
parent
330a115ae4
commit
af9eeed2d7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue