usb: dwc3: qcom: switch dev_dbg() to dev_info()
authorFelipe Balbi <balbi@ti.com>
Tue, 30 Jun 2015 17:48:58 +0000 (12:48 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 29 Jul 2015 14:59:17 +0000 (09:59 -0500)
commit2babd0d148a365728649addaaa09bfb690ce6b83
tree2d3ec4835e338bb8608fd8db78d27072ddc66c67
parent42f69a02e7ab42f1ec75b91faf05b86e75de794a
usb: dwc3: qcom: switch dev_dbg() to dev_info()

those two messages are informing that the clock
doesn't exist; that, however, is a valid situation
and driver continues just fine by ignoring the error.

Reviewed-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-qcom.c