[media] bttv: fix s_tuner for radio
Fix typo: g_tuner should have been s_tuner. Tested with a bttv card. Cc: stable@kernel.org Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
50e9efd60b
commit
a024c1a6b2
@@ -3474,7 +3474,7 @@ static int radio_s_tuner(struct file *file, void *priv,
|
|||||||
if (0 != t->index)
|
if (0 != t->index)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
bttv_call_all(btv, tuner, g_tuner, t);
|
bttv_call_all(btv, tuner, s_tuner, t);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user