probably should stop fiddling with code late nights. :-(
Thanks to Marco for pointing it out and fixing it.
Signed-off-by: Marko Schluessler <marco@lordzodiac.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
struct tuner_state t_state;
int err = 0;
- t_state.frequency = bandwidth;
+ t_state.bandwidth = bandwidth;
if (&fe->ops)
frontend_ops = &fe->ops;
if (&frontend_ops->tuner_ops)
return err;
}
}
- printk("%s: Bandwidth=%d\n", __func__, t_state.frequency);
+ printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
return 0;
}