Commit 5c47b590 authored by Hans Verkuil's avatar Hans Verkuil Committed by Greg Kroah-Hartman

bttv: fix s_tuner for radio

commit a024c1a6 upstream.

Fix typo: g_tuner should have been s_tuner.

Tested with a bttv card.
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f89e20d6
......@@ -3532,7 +3532,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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment