diff options
author | Dan Carpenter <[email protected]> | 2024-07-08 13:05:38 -0500 |
---|---|---|
committer | Krzysztof Wilczyński <[email protected]> | 2024-07-10 05:39:15 +0000 |
commit | 044b45be04cb16125a0eccba532e88dc529f64de (patch) | |
tree | 23715c931d56248fb026b57ab5c9fa867ccc326d /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 9553636b5757789536d0d23c83e7fba11812f958 (diff) |
PCI: qcom: Prevent use of uninitialized data in qcom_pcie_suspend_noirq()
Smatch complains that "ret" could be uninitialized if "pcie->icc_mem" is
NULL and "pm_suspend_target_state == PM_SUSPEND_MEM".
Silence this warning by initializing ret to zero.
Fixes: 78b5f6f8855e ("PCI: qcom: Add OPP support to scale performance")
Link: https://lore.kernel.org/linux-pci/[email protected]
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Tested-by: Anders Roxell <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions