]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
bttv: fix s_tuner for radio
authorHans Verkuil <hans.verkuil@cisco.com>
Sun, 12 Jun 2011 10:02:43 +0000 (07:02 -0300)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 17 May 2012 15:21:09 +0000 (11:21 -0400)
commit a024c1a6b274e11596d124619e43c25560f64c01 upstream.

Fix typo: g_tuner should have been s_tuner.

Tested with a bttv card.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/media/video/bt8xx/bttv-driver.c

index f4860f03dfc369d6478d7b132b1d456653b32d99..62502ff58307284ab0efe145a521b05f11cb3294 100644 (file)
@@ -3530,7 +3530,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;
 }