V4L/DVB (8387): Some cosmetic changes

Those changes, together with some proper patches, will allow out-of-tree 
compilation for for kernels < 2.6.19

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Hans Verkuil
2008-07-17 16:45:00 -03:00
committed by Mauro Carvalho Chehab
parent e3bf20de33
commit 2bc93aa304
2 changed files with 11 additions and 13 deletions

View File

@ -375,7 +375,7 @@ video_device_create_file(struct video_device *vfd,
{
int ret = device_create_file(&vfd->class_dev, attr);
if (ret < 0)
printk(KERN_WARNING "%s error: %d\n", __FUNCTION__, ret);
printk(KERN_WARNING "%s error: %d\n", __func__, ret);
return ret;
}
static inline void