diff options
author | Bjorn Helgaas | 2022-03-13 14:29:31 -0500 |
---|---|---|
committer | Bjorn Helgaas | 2022-03-22 11:24:31 -0500 |
commit | 6f102550728838f0f83123f193740c06fdfbdd62 (patch) | |
tree | 323102cf3fea41fa0d51a038e55b532349da2d3b /drivers/pci/pci-mid.c | |
parent | b6829e0419e5b3deafce5455da588c39deda77fa (diff) |
PCI: fu740: Remove unused assignments
fu740_pcie_host_init() assigned "ret", but never used the value. Drop it.
Found by Krzysztof using cppcheck:
$ cppcheck --enable=all --force
unreadVariable drivers/pci/controller/dwc/pcie-fu740.c:227 Variable 'ret' is assigned a value that is never used.
Reported-by: Krzysztof WilczyĆski <kw@linux.com>
Link: https://lore.kernel.org/r/20220313192933.434746-4-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/pci-mid.c')
0 files changed, 0 insertions, 0 deletions