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

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.comSigned-off-by: default avatarLongji Guo <guolongji@uniontech.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 4353594e
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment