projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2babd0d
)
usb: dwc3: st: remove two unnecessary messages
author
Felipe Balbi
<balbi@ti.com>
Tue, 30 Jun 2015 17:50:46 +0000
(12:50 -0500)
committer
Felipe Balbi
<balbi@ti.com>
Wed, 29 Jul 2015 14:59:17 +0000
(09:59 -0500)
the mode of operation is exposed through debugfs
at all times. Because of that, we're removing
the unnecessary messages.
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-st.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/dwc3/dwc3-st.c
b/drivers/usb/dwc3/dwc3-st.c
index 4a1a543deeda7c61b0b8378fc9a1e36553f44372..de4d52f62517a8ec744c0897e97edc516bd8643f 100644
(file)
--- a/
drivers/usb/dwc3/dwc3-st.c
+++ b/
drivers/usb/dwc3/dwc3-st.c
@@
-135,8
+135,6
@@
static int st_dwc3_drd_init(struct st_dwc3 *dwc3_data)
| USB3_SEL_FORCE_DMPULLDOWN2 | USB3_FORCE_DMPULLDOWN2);
val |= USB3_DEVICE_NOT_HOST;
-
- dev_dbg(dwc3_data->dev, "Configuring as Device\n");
break;
case USB_DR_MODE_HOST:
@@
-154,8
+152,6
@@
static int st_dwc3_drd_init(struct st_dwc3 *dwc3_data)
*/
val |= USB3_DELAY_VBUSVALID;
-
- dev_dbg(dwc3_data->dev, "Configuring as Host\n");
break;
default: