Messages in this thread |  | | | Date | Fri, 6 Feb 2004 17:23:13 -0800 | | From | Greg KH <> | | Subject | Re: fbdev sysfs support. |
| |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |