]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: keystone: convert dev_dbg() to dev_err()
authorFelipe Balbi <balbi@ti.com>
Tue, 30 Jun 2015 17:46:53 +0000 (12:46 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 29 Jul 2015 14:59:17 +0000 (09:59 -0500)
commit9feb3b23662c1e33ff2c3f54a49c93a11cf9eebf
treea198d1d31aa4df717df0c3cd125419864d801216
parent7c95fa874e3432e0adac7b8de331625e2a222c39
usb: dwc3: keystone: convert dev_dbg() to dev_err()

that's an error condition, not a debugging message.

Let's promote it appropriately.

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