V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences
[safe/jmp/linux-2.6] / drivers / media / video / tuner-simple.c
index 8d6d2c8..be8d903 100644 (file)
@@ -999,7 +999,7 @@ struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
 
        if (type >= tuner_count) {
                printk(KERN_WARNING "%s: invalid tuner type: %d (max: %d)\n",
-                      __FUNCTION__, type, tuner_count-1);
+                      __func__, type, tuner_count-1);
                return NULL;
        }