From: Josh Boyer Date: Tue, 28 Jan 2014 14:53:50 +0000 (-0500) Subject: usb: phy: move some error messages to debug X-Git-Tag: v3.14-rc3~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d123a50b30f2b7b487d46df8820c3ae1d589ff;p=pandora-kernel.git usb: phy: move some error messages to debug the PHY layer is supposed to be optional, considering some PHY have no control bus for SW to poke around. After commit 1ae5799 (usb: hcd: Initialize USB phy if needed) any HCD which didn't provide a PHY driver would emit annoying error messages. In this patch we're decreasing those messages to debugging only and we also add a PHY prefix or use dev_dbg so we know where they're coming from. Reported-by: Josh Boyer Signed-off-by: Felipe Balbi Signed-off-by: Josh Boyer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed