diff options
| author | Kushagra Verma <[email protected]> | 2022-06-03 13:52:15 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-06-10 11:22:44 +0200 |
| commit | df22ecc41b54def624735b83784857e708bd1502 (patch) | |
| tree | 612896b15a0c98a578aa7d23c923de33d0e0041e /tools/perf/scripts/python | |
| parent | 1e073e3ed9ff9ec14e7e360ed89a81256d895588 (diff) | |
usb: dwc3: Remove the checks of -ENOSYS
Commit 57303488cd37d ("usb: dwc3: adapt dwc3 core to use Generic PHY
Framework") added if statements that check 'ret == -ENOSYS || ret ==
-ENODEV', but the function phy_get() which is called by devm_phy_get()
returns the phy driver or -ENODEV if the phy driver was not found. So,
remove the check of -ENOSYS in the if statements.
Signed-off-by: Kushagra Verma <[email protected]>
Link: https://lore.kernel.org/r/HK0PR01MB2801E19D4FE569545BB7592DF8A19@HK0PR01MB2801.apcprd01.prod.exchangelabs.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions