diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-21 19:20:32 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-21 19:20:32 +0000 |
commit | d833592062af2f091939de4dbdf66283f27c81ec (patch) | |
tree | cd1ad618ba26713299a2e0ec77a27c4a4a636d06 /linux/drivers/media | |
parent | 9cf7e31ad91e94574361a556d5d599aca8d565a6 (diff) | |
download | mediapointer-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.c | 2 |
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); |