mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 02:36:44 +07:00
V4L/DVB (5103): Fix vidioc_g_tuner handling
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
63ab1bdc3b
commit
243d8c0fd0
@ -1301,6 +1301,8 @@ static int vidioc_g_tuner (struct file *file, void *priv,
|
||||
|
||||
if (unlikely(UNSET == core->tuner_type))
|
||||
return -EINVAL;
|
||||
if (0 != t->index)
|
||||
return -EINVAL;
|
||||
|
||||
strcpy(t->name, "Television");
|
||||
t->type = V4L2_TUNER_ANALOG_TV;
|
||||
|
Loading…
Reference in New Issue
Block a user