FYI On Mon, Feb 08, 2021 at 04:46:46AM +0000, scan-admin@xxxxxxxxxxxx wrote: > 3 new defect(s) introduced to Linux found with Coverity Scan. > ... > *** CID 1472841: Error handling issues (CHECKED_RETURN) > /drivers/pci/controller/dwc/pci-exynos.c: 263 in exynos_pcie_host_init() > 257 > 258 pp->bridge->ops = &exynos_pci_ops; > 259 > 260 exynos_pcie_assert_core_reset(ep); > 261 > 262 phy_reset(ep->phy); > >>> CID 1472841: Error handling issues (CHECKED_RETURN) > >>> Calling "phy_power_on" without checking return value (as is done elsewhere 40 out of 50 times). > 263 phy_power_on(ep->phy); > 264 phy_init(ep->phy); > 265 > 266 exynos_pcie_deassert_core_reset(ep); > 267 exynos_pcie_enable_irq_pulse(ep); > 268