[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:
parent
50e9efd60b
commit
a024c1a6b2
|
@ -3474,7 +3474,7 @@ static int radio_s_tuner(struct file *file, void *priv,
|
|||
if (0 != t->index)
|
||||
return -EINVAL;
|
||||
|
||||
bttv_call_all(btv, tuner, g_tuner, t);
|
||||
bttv_call_all(btv, tuner, s_tuner, t);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue