]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit72997fa23ae24f7c7732fc9f4a62ebd4563eabf9
tree5961606a9cdf52d91a74c01c9a5244f810c071b3
parent30f072dd5d8e50919923b590fd0ef61568379f79
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