usb: dwc3: exynos: switch dev_dbg() to dev_info()
authorFelipe Balbi <balbi@ti.com>
Tue, 30 Jun 2015 17:47:45 +0000 (12:47 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 29 Jul 2015 14:59:17 +0000 (09:59 -0500)
commit42f69a02e7ab42f1ec75b91faf05b86e75de794a
tree5961606a9cdf52d91a74c01c9a5244f810c071b3
parent9ff0fdca3b628d3f8719237cbc8f148379527108
usb: dwc3: exynos: switch dev_dbg() to dev_info()

that message is informing that the clock is missing.
However, that's a valid condition for some setups; driver
even ignores the error and continues just fine.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-exynos.c