mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
[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
@ -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 New Issue
Block a user