On Thu, Jun 07, 2001 at 03:39:11PM -0700, Tom Rini wrote:
> +     if (scn->devfs == NULL)
> +             err("scanner%d: device node registration failed", scn_minor);

Make this a "dbg" call, not "err".  See all of the people wondering why
their printer is giving out kernel error messages when they plug it in
and they haven't compiled in devfs.

If the devfs register call fails, it will print something to the error
log, so the driver doesn't have to worry about it.

thanks,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to