diff options
author | Felipe Balbi <balbi@ti.com> | 2015-06-30 12:50:46 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-07-29 09:59:17 -0500 |
commit | e746b06cc76afea568c7d53f83a834dc8d720da1 (patch) | |
tree | de975534da78e4a2ff7b7d2d5695eb1feec28370 /drivers/usb/dwc3 | |
parent | 2babd0d148a365728649addaaa09bfb690ce6b83 (diff) | |
download | linux-e746b06cc76afea568c7d53f83a834dc8d720da1.tar.gz linux-e746b06cc76afea568c7d53f83a834dc8d720da1.tar.bz2 linux-e746b06cc76afea568c7d53f83a834dc8d720da1.zip |
usb: dwc3: st: remove two unnecessary messages
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>
Diffstat (limited to 'drivers/usb/dwc3')
-rw-r--r-- | drivers/usb/dwc3/dwc3-st.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/dwc3/dwc3-st.c b/drivers/usb/dwc3/dwc3-st.c index 4a1a543deeda..de4d52f62517 100644 --- 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: |