Re: [PATCH 1/2 (v2)] cxacru: Use appropriate logging for errors

2007-09-23 Thread Duncan Sands
> - dbg("too big transfer requested"); > + if (printk_ratelimit()) > + usb_err(instance->usbatm, "requested transfer size too > large (%d, %d)\n", > + wbuflen, rbuflen); etc Acked-by: Duncan Sands <[EMAIL PROTECTED]> - To un

[PATCH 1/2 (v2)] cxacru: Use appropriate logging for errors

2007-09-23 Thread Simon Arlott
When an error occurs, existing logging uses dbg() so the cause of a problem is hard to determine. Error conditions shouldn't only be properly reported with debugging enabled. A side effect of this change is that when an uninitialised device is started, a log message similar to the following is