projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f7566
)
usb: dwc3: keystone: convert dev_dbg() to dev_err()
author
Felipe Balbi
<balbi@ti.com>
Tue, 30 Jun 2015 17:46:53 +0000
(12:46 -0500)
committer
Felipe Balbi
<balbi@ti.com>
Wed, 29 Jul 2015 14:59:17 +0000
(09:59 -0500)
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
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/dwc3-keystone.c
b/drivers/usb/dwc3/dwc3-keystone.c
index
fe3b933
..
2be268d
100644
(file)
--- a/
drivers/usb/dwc3/dwc3-keystone.c
+++ b/
drivers/usb/dwc3/dwc3-keystone.c
@@
-115,7
+115,7
@@
static int kdwc3_probe(struct platform_device *pdev)
error = clk_prepare_enable(kdwc->clk);
if (error < 0) {
- dev_
dbg(kdwc->dev, "unable to enable usb clock, er
r %d\n",
+ dev_
err(kdwc->dev, "unable to enable usb clock, erro
r %d\n",
error);
return error;
}