Re: [PATCH] usb: xhci-mtk: Fix typo

2020-08-11 Thread Chunfeng Yun
On Sat, 2020-08-08 at 14:49 +0200, Frank Wunderlich wrote: > From: Frank Wunderlich > > fix this small typo u3_ports_disabed => u3_ports_disabled > > Fixes: 55ba6e9e25a6 (usb: xhci-mtk: support option to disable usb3 ports) > Signed-off-by: Frank Wunderlich > --- > drivers/usb/host/xhci-mtk.c

[PATCH] usb: xhci-mtk: Fix typo

2020-08-08 Thread Frank Wunderlich
From: Frank Wunderlich fix this small typo u3_ports_disabed => u3_ports_disabled Fixes: 55ba6e9e25a6 (usb: xhci-mtk: support option to disable usb3 ports) Signed-off-by: Frank Wunderlich --- drivers/usb/host/xhci-mtk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/d