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 | ||