mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
6948f1023f
Fix the following Coverity warning:
CID 244086: Incorrect expression (BAD_COMPARE)
Comparing pointer "ep_bar" against NULL using anything besides == or
is likely to be incorrect.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pci_ep-uclass.c | ||
pcie-cadence-ep.c | ||
pcie-cadence.h | ||
sandbox-pci_ep.c |