[media] fc0012: use Kernel dev_foo() logging
[firefly-linux-kernel-4.4.55.git] / drivers / media / tuners / fc0012.h
index 41946f82d02bbb6f1bb102aa2fa5a8ec63d71e32..54508fcc3469538af1312f7f3394c8ab997e6ffd 100644 (file)
@@ -35,7 +35,17 @@ struct fc0012_config {
         */
        enum fc001x_xtal_freq xtal_freq;
 
-       int dual_master;
+       bool dual_master;
+
+       /*
+        * RF loop-through
+        */
+       bool loop_through;
+
+       /*
+        * clock output
+        */
+       bool clock_out;
 };
 
 #if defined(CONFIG_MEDIA_TUNER_FC0012) || \
@@ -48,7 +58,7 @@ static inline struct dvb_frontend *fc0012_attach(struct dvb_frontend *fe,
                                        struct i2c_adapter *i2c,
                                        const struct fc0012_config *cfg)
 {
-       printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
+       pr_warn("%s: driver disabled by Kconfig\n", __func__);
        return NULL;
 }
 #endif