Trivial one-liner, $subject says all.
please apply,
Gerd
--- drivers/media/video/videodev.c.sysfs 2003-09-29 12:39:08.243219904 +0200
+++ drivers/media/video/videodev.c 2003-09-29 12:39:23.531895672 +0200
@@ -52,7 +52,7 @@
{
struct video_device *vfd = container_of(cd, struct video_device, class_dev);
dev_t dev = MKDEV(VIDEO_MAJOR, vfd->minor);
- return sprintf(buf,"%04x\n",old_encode_dev(dev));
+ return print_dev_t(buf,dev);
}
static CLASS_DEVICE_ATTR(name, S_IRUGO, show_name, NULL);