]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/common/tuners/tda827x.c
V4L/DVB (9773): tda827x: fix printk message when in FM mode
[linux-2.6-omap-h63xx.git] / drivers / media / common / tuners / tda827x.c
index 4a74f65e759aad5bc622ed7178cd13f1e2416f0c..f221cee4c6870af218d73578d3dced6c96edb7cb 100644 (file)
@@ -80,10 +80,11 @@ static void tda827x_set_std(struct dvb_frontend *fe,
                mode = "xx";
        }
 
-       if (params->mode == V4L2_TUNER_RADIO)
+       if (params->mode == V4L2_TUNER_RADIO) {
                priv->sgIF = 88; /* if frequency is 5.5 MHz */
-
-       dprintk("setting tda827x to system %s\n", mode);
+               dprintk("setting tda827x to radio FM\n");
+       } else
+               dprintk("setting tda827x to system %s\n", mode);
 }