summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/mt2131.h
diff options
context:
space:
mode:
authorHarvey Harrison2008-04-09 04:20:00 +0200
committerMauro Carvalho Chehab2008-04-24 19:07:58 +0200
commit271ddbf702c3a4e6b18f6464180eda0f62efd9a5 (patch)
tree37a384a4ce6216c694ee0d86ffc89d4aa56944e1 /drivers/media/dvb/frontends/mt2131.h
parentV4L/DVB (7513): media/dvb/dvb-usb replace remaining __FUNCTION__ occurrences (diff)
downloadkernel-qcow2-linux-271ddbf702c3a4e6b18f6464180eda0f62efd9a5.tar.gz
kernel-qcow2-linux-271ddbf702c3a4e6b18f6464180eda0f62efd9a5.tar.xz
kernel-qcow2-linux-271ddbf702c3a4e6b18f6464180eda0f62efd9a5.zip
V4L/DVB (7514): media/dvb/frontends replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Acked-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/mt2131.h')
-rw-r--r--drivers/media/dvb/frontends/mt2131.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/mt2131.h b/drivers/media/dvb/frontends/mt2131.h
index 1e4ffe7dc8c8..606d8576bc98 100644
--- a/drivers/media/dvb/frontends/mt2131.h
+++ b/drivers/media/dvb/frontends/mt2131.h
@@ -41,7 +41,7 @@ static inline struct dvb_frontend* mt2131_attach(struct dvb_frontend *fe,
struct mt2131_config *cfg,
u16 if1)
{
- 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_TUNER_MT2131 */