2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Hans Verkuil <[email protected]> [ upstream commit a024c1a6b274e11596d124619e43c25560f64c01 ] Fix typo: g_tuner should have been s_tuner. Tested with a bttv card. Cc: [email protected] Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Index: linux-2.6.35.y/drivers/media/video/bt8xx/bttv-driver.c =================================================================== --- linux-2.6.35.y.orig/drivers/media/video/bt8xx/bttv-driver.c +++ linux-2.6.35.y/drivers/media/video/bt8xx/bttv-driver.c @@ -3525,7 +3525,7 @@ static int radio_s_tuner(struct file *fi if (0 != t->index) return -EINVAL; - bttv_call_all(btv, tuner, g_tuner, t); + bttv_call_all(btv, tuner, s_tuner, t); return 0; } _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
