commit | 37f1c5868e457386950e7e27212bfdcd9f77f302 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Wed Sep 26 11:06:02 2018 +0000 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 02 16:04:40 2018 -0500 |
tree | 51a1766e75497e51aab7b62533b99bc4df4e0ef2 | |
parent | 479e01a402f006746324a04a72bd949ceca5e73d [diff] |
PCI: cpqphp: Remove set but not used variable 'physical_slot' Fixes gcc '-Wunused-but-set-variable' warning: drivers/pci/hotplug/cpqphp_core.c: In function 'init_SERR': drivers/pci/hotplug/cpqphp_core.c:124:5: warning: variable 'physical_slot' set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>