usb: host: xhci-tegra: otg usb2/usb3 port init
authorJC Kuo <jckuo@nvidia.com>
Tue, 11 Aug 2020 09:31:43 +0000 (17:31 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 11:06:29 +0000 (13:06 +0200)
commit316a2868bc269be8c6e69ccc3a1f902a3f518eb9
treeb39b8eed4f57103d5aa9aa0559e5550a204a3f21
parent7b2816dd293031b9dec476d7853c099dc2ec9172
usb: host: xhci-tegra: otg usb2/usb3 port init

tegra_xusb_init_usb_phy() should initialize "otg_usb2_port" and
"otg_usb3_port" with -EINVAL because "0" is a valid value
represents usb2 port 0 or usb3 port 0.

Signed-off-by: JC Kuo <jckuo@nvidia.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200811093143.699541-1-jckuo@nvidia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-tegra.c