mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 23:26:47 +07: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