diff options
author | Dan Carpenter <[email protected]> | 2024-07-19 18:53:26 -0500 |
---|---|---|
committer | Krzysztof Wilczyński <[email protected]> | 2024-08-13 20:07:58 +0000 |
commit | 6188a1c762eb9bbd444f47696eda77a5eae6207a (patch) | |
tree | a7af2e9ed45f1558062581075575b20a1c9b82c2 /scripts/generate_rust_analyzer.py | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) |
PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
This code accidentally uses && where || was intended. It potentially
results in a NULL dereference.
Thus, fix the if-statement expression to use the correct condition.
Fixes: 86f271f22bbb ("PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)")
Link: https://lore.kernel.org/linux-pci/[email protected]
Signed-off-by: Dan Carpenter <[email protected]>
[kwilczynski: commit log]
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Siddharth Vadapalli <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions