forked from Minki/linux
V4L/DVB (7526): media/video/saa7134 replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
645635b002
commit
5016381c33
@ -402,7 +402,7 @@ static int empress_init(struct saa7134_dev *dev)
|
||||
{
|
||||
int err;
|
||||
|
||||
dprintk("%s: %s\n",dev->name,__FUNCTION__);
|
||||
dprintk("%s: %s\n",dev->name,__func__);
|
||||
dev->empress_dev = video_device_alloc();
|
||||
if (NULL == dev->empress_dev)
|
||||
return -ENOMEM;
|
||||
@ -440,7 +440,7 @@ static int empress_init(struct saa7134_dev *dev)
|
||||
|
||||
static int empress_fini(struct saa7134_dev *dev)
|
||||
{
|
||||
dprintk("%s: %s\n",dev->name,__FUNCTION__);
|
||||
dprintk("%s: %s\n",dev->name,__func__);
|
||||
|
||||
if (NULL == dev->empress_dev)
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user