]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/common/tuners/tda18271-maps.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[mv-sheeva.git] / drivers / media / common / tuners / tda18271-maps.c
index e21fdeff3ddf907ec02796bbcc0c05fc7dd403ff..e7f84c705da867f32ff7a3f663897b49c293c400 100644 (file)
@@ -978,6 +978,7 @@ static struct tda18271_cid_target_map tda18271_cid_target[] = {
 int tda18271_lookup_cid_target(struct dvb_frontend *fe,
                               u32 *freq, u8 *cid_target, u16 *count_limit)
 {
+       struct tda18271_priv *priv = fe->tuner_priv;
        int i = 0;
 
        while ((tda18271_cid_target[i].rfmax * 1000) < *freq) {