[patch] use print_dev_t() for sysfs dev file in videodev.c

From: Gerd Knorr
Date: Mon Sep 29 2003 - 06:09:45 EST


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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/