On Mon, Jun 25, 2001 at 05:12:01PM -0500, Gregory T. Norris wrote:
> I was thinking of doing some similar updates this evening after work. 
> Darn it... now I have to find something else to do!  :-)
> 
> Going by this morning's comments from Richard Gooch, it sounds like the
> 
>       if (rio->devfs == NULL)
>               dbg("probe_rio: device node registration failed");

Just don't have it be using a call to "err()" like the printer.c file
does.  Loads of users wondering why they have an error message in their
logs, yet their printers still work.  That's why I made it dbg().

But yes, I agree that it doesn't have to be there at all.

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to