]> 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)
commite40b52bac21df808ca37aba6e5d3211ce3490e37
tree5961606a9cdf52d91a74c01c9a5244f810c071b3
parent9feb3b23662c1e33ff2c3f54a49c93a11cf9eebf
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