summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/qt1010.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/qt1010.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/qt1010.h')
-rw-r--r--drivers/media/dvb/frontends/qt1010.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/qt1010.h b/drivers/media/dvb/frontends/qt1010.h
index 3ab4aa045c36..cff6a7ca5380 100644
--- a/drivers/media/dvb/frontends/qt1010.h
+++ b/drivers/media/dvb/frontends/qt1010.h
@@ -45,7 +45,7 @@ static inline struct dvb_frontend *qt1010_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c,
struct qt1010_config *cfg)
{
- 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_QT1010