aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChunfeng Yun <chunfeng.yun@mediatek.com>2021-05-06 15:26:08 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-10 11:16:11 +0200
commit374ac7448caa73d689b50fd3c4fb59e40f1ab0b1 (patch)
treea5e15f3dfbc9a0efb7f2d70eca0a5b370dcc496d
parentusb: gadget: function: Fix inconsistent indent (diff)
downloadwireguard-linux-374ac7448caa73d689b50fd3c4fb59e40f1ab0b1.tar.xz
wireguard-linux-374ac7448caa73d689b50fd3c4fb59e40f1ab0b1.zip
usb: dwc3: remove repeated setting of current_dr_role
dwc3_set_prtcap() already sets current_dr_role as DWC3_GCTL_PRTCAP_OTG, so remove the repeated one. Acked-by: Felipe Balbi <balbi@kernel.org> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/20210506072608.32320-1-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/dwc3/drd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/drd.c b/drivers/usb/dwc3/drd.c
index e2b68bb770d1..8fcbac10510c 100644
--- a/drivers/usb/dwc3/drd.c
+++ b/drivers/usb/dwc3/drd.c
@@ -596,7 +596,6 @@ int dwc3_drd_init(struct dwc3 *dwc)
dwc3_drd_update(dwc);
} else {
dwc3_set_prtcap(dwc, DWC3_GCTL_PRTCAP_OTG);
- dwc->current_dr_role = DWC3_GCTL_PRTCAP_OTG;
/* use OTG block to get ID event */
irq = dwc3_otg_get_irq(dwc);