summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-21 19:20:32 +0000
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-21 19:20:32 +0000
commitd833592062af2f091939de4dbdf66283f27c81ec (patch)
treecd1ad618ba26713299a2e0ec77a27c4a4a636d06 /linux/drivers/media
parent9cf7e31ad91e94574361a556d5d599aca8d565a6 (diff)
downloadmediapointer-dvb-s2-d833592062af2f091939de4dbdf66283f27c81ec.tar.gz
mediapointer-dvb-s2-d833592062af2f091939de4dbdf66283f27c81ec.tar.bz2
replace __FUNCTION__ with __func__
From: Alexander Beregalov <a.beregalov@gmail.com> v4l: replace __FUNCTION__ with __func__ Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/cx23885/cx23885-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-core.c b/linux/drivers/media/video/cx23885/cx23885-core.c
index 14e14f884..0c34db9f7 100644
--- a/linux/drivers/media/video/cx23885/cx23885-core.c
+++ b/linux/drivers/media/video/cx23885/cx23885-core.c
@@ -1449,7 +1449,7 @@ void cx23885_cancel_buffers(struct cx23885_tsport *port)
struct cx23885_dev *dev = port->dev;
struct cx23885_dmaqueue *q = &port->mpegq;
- dprintk(1, "%s()\n", __FUNCTION__);
+ dprintk(1, "%s()\n", __func__);
del_timer_sync(&q->timeout);
cx23885_stop_dma(port);
do_cancel_buffers(port, "cancel", 0);