usb: host: xhci-tegra: fix tegra_xusb_get_phy()
tegra_xusb_get_phy() should take input argument "name". Signed-off-by: JC Kuo <jckuo@nvidia.com> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20200811092553.657762-1-jckuo@nvidia.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
316a2868bc
commit
d54343a877
@ -1136,7 +1136,7 @@ static struct phy *tegra_xusb_get_phy(struct tegra_xusb *tegra, char *name,
|
||||
unsigned int i, phy_count = 0;
|
||||
|
||||
for (i = 0; i < tegra->soc->num_types; i++) {
|
||||
if (!strncmp(tegra->soc->phy_types[i].name, "usb2",
|
||||
if (!strncmp(tegra->soc->phy_types[i].name, name,
|
||||
strlen(name)))
|
||||
return tegra->phys[phy_count+port];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user