]> err.no Git - linux-2.6/blobdiff - drivers/media/dvb/frontends/cx22702.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
[linux-2.6] / drivers / media / dvb / frontends / cx22702.h
index 9cd64da6ee40a3b72b53396911ee7e4eab7eefd7..8af766a315520b882aa7c62adb1f0507d9b6fb69 100644 (file)
@@ -48,7 +48,7 @@ extern struct dvb_frontend* cx22702_attach(const struct cx22702_config* config,
 static inline struct dvb_frontend* cx22702_attach(const struct cx22702_config* config,
                                           struct i2c_adapter* i2c)
 {
-       printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
+       printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
        return NULL;
 }
 #endif // CONFIG_DVB_CX22702