diff options
author | 2020-05-21 19:04:57 +0000 | |
---|---|---|
committer | 2020-05-21 15:23:20 -0500 | |
commit | cfbd83d02da73d984bee314ed3b96bdd3bbe7115 (patch) | |
tree | fbc5740ded297d6f6ec8d2ff3291817aee775d92 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PCI: Use of_node_name_eq() for node name comparisons (diff) | |
download | wireguard-linux-cfbd83d02da73d984bee314ed3b96bdd3bbe7115.tar.xz wireguard-linux-cfbd83d02da73d984bee314ed3b96bdd3bbe7115.zip |
PCI: shpchp: Make shpchp_unconfigure_device() void
shpchp_unconfigure_device() always returned 0, so there's no reason for a
return value. In addition, remove_board() checked the return value for
possible error which is unnecessary.
Convert shpchp_unconfigure_device() to a void function and remove the
return value check. This addresses the following Coccinelle warning:
drivers/pci/hotplug/shpchp_pci.c:66:5-7: Unneeded variable: "rc". Return "0" on line 86
Link: https://lore.kernel.org/r/20200521190457.1066600-1-kw@linux.com
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions