summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/ves1x93.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/ves1x93.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/ves1x93.h')
-rw-r--r--drivers/media/dvb/frontends/ves1x93.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/ves1x93.h b/drivers/media/dvb/frontends/ves1x93.h
index d507f8966f81..8a5a49e808f6 100644
--- a/drivers/media/dvb/frontends/ves1x93.h
+++ b/drivers/media/dvb/frontends/ves1x93.h
@@ -47,7 +47,7 @@ extern struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,
static inline struct dvb_frontend* ves1x93_attach(const struct ves1x93_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_VES1X93