V4L/DVB (7510): media/dvb/bt8xx replace remaining __FUNCTION__ occurrences
[safe/jmp/linux-2.6] / drivers / media / dvb / bt8xx / dvb-bt8xx.c
index 65081f1..a39439b 100644 (file)
@@ -671,7 +671,7 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type)
                state->dst_ca = NULL;
                /*      DST is not a frontend, attaching the ASIC       */
                if (dvb_attach(dst_attach, state, &card->dvb_adapter) == NULL) {
-                       printk("%s: Could not find a Twinhan DST.\n", __FUNCTION__);
+                       printk("%s: Could not find a Twinhan DST.\n", __func__);
                        break;
                }
                /*      Attach other DST peripherals if any             */