diff options
| author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-06-12 06:02:43 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-07 14:03:00 -0400 |
| commit | a024c1a6b274e11596d124619e43c25560f64c01 (patch) | |
| tree | 6aff31f3a2268db0d5aec3f4e2ee5363d9e94652 /drivers/media | |
| parent | 50e9efd60b213ce43ad6979bfc18e25eec2d8413 (diff) | |
[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>
Diffstat (limited to 'drivers/media')
| -rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index a97cf2750bd..834a48394bc 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
| @@ -3474,7 +3474,7 @@ static int radio_s_tuner(struct file *file, void *priv, | |||
| 3474 | if (0 != t->index) | 3474 | if (0 != t->index) |
| 3475 | return -EINVAL; | 3475 | return -EINVAL; |
| 3476 | 3476 | ||
| 3477 | bttv_call_all(btv, tuner, g_tuner, t); | 3477 | bttv_call_all(btv, tuner, s_tuner, t); |
| 3478 | return 0; | 3478 | return 0; |
| 3479 | } | 3479 | } |
| 3480 | 3480 | ||
