Re: fbdev sysfs support.

From: Greg KH
Date: Fri Feb 06 2004 - 20:25:21 EST


On Sat, Feb 07, 2004 at 01:01:35AM +0000, James Simmons wrote:
> +static ssize_t show_dev(struct class_device *class_dev, char *buf)
> +{
> + struct fb_info *info = to_fb_info(class_dev);
> +
> + return sprintf(buf, "%u:%u\n", FB_MAJOR, info->node);
> +}

Another ick. Please use the already present function for this,
print_dev_t().

thanks,

greg k-h
-
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/