V4L/DVB (8387): Some cosmetic changes
[safe/jmp/linux-2.6] / include / media / v4l2-dev.h
index 3c93414..33f379b 100644 (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