diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-17 15:45:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:28:32 -0400 |
commit | 2bc93aa304f10bf94c377a487b09df75eaf88ab6 (patch) | |
tree | 705573cee5d10f0aac7b7c80b781cade4a6342aa /include/media/v4l2-dev.h | |
parent | e3bf20de33b016ac73424a5574177ed46c754be3 (diff) |
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>
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r-- | include/media/v4l2-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index 3c934142f7f9..33f379b1ecfe 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -375,7 +375,7 @@ video_device_create_file(struct video_device *vfd, | |||
375 | { | 375 | { |
376 | int ret = device_create_file(&vfd->class_dev, attr); | 376 | int ret = device_create_file(&vfd->class_dev, attr); |
377 | if (ret < 0) | 377 | if (ret < 0) |
378 | printk(KERN_WARNING "%s error: %d\n", __FUNCTION__, ret); | 378 | printk(KERN_WARNING "%s error: %d\n", __func__, ret); |
379 | return ret; | 379 | return ret; |
380 | } | 380 | } |
381 | static inline void | 381 | static inline void |