Commit 346865f0 authored by Longji Guo's avatar Longji Guo Committed by Bjorn Helgaas
Browse files

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: default avatarLongji Guo <guolongji@uniontech.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 4353594e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ struct pci_root_info {
};

static bool pci_use_crs = true;
static bool pci_ignore_seg = false;
static bool pci_ignore_seg;

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