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:
parent
e3bf20de33
commit
2bc93aa304
2 changed files with 11 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue