Skip to content

Commit 346865f

Browse files
Allinaentbjorn-helgaas
authored andcommitted
x86/PCI: Remove initialization of static variables to false
Remove the initialization of pci_ignore_seg to false which is pointless. Link: https://lore.kernel.org/r/20211203080758.962-1-guolongji@uniontech.com Signed-off-by: Longji Guo <guolongji@uniontech.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 4353594 commit 346865f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/pci/acpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct pci_root_info {
2020
};
2121

2222
static bool pci_use_crs = true;
23-
static bool pci_ignore_seg = false;
23+
static bool pci_ignore_seg;
2424

2525
static int __init set_use_crs(const struct dmi_system_id *id)
2626
{

0 commit comments

Comments
 (0)