From: Simon Arlott Date: Tue, 25 Sep 2007 19:20:10 +0000 (+0100) Subject: USB: cxacru: Use appropriate logging for errors X-Git-Tag: v2.6.24-rc1~1395^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ac0718e83821db53451614e098399004694aa81;p=pandora-kernel.git USB: cxacru: Use appropriate logging for errors 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 sent: cxacru 5-2:1.0: receive of cm 0x90 failed (-104) This is normal - the device did not respond so firmware will be loaded. Signed-off-by: Simon Arlott Acked-by: Duncan Sands Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed