PCI/AER: Remove aerdriver.nosourceid kernel parameter
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 6 Sep 2016 21:09:19 +0000 (16:09 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 14 Sep 2016 20:27:38 +0000 (15:27 -0500)
commit9ff25e6b3eb0012297288dfa87930c7b62ef6ab1
treed64dab9c589fc71d8a5322bd1c828018f5de61a7
parent443b40ba21aa346388ddfb8fa7f2baee6b74e8ee
PCI/AER: Remove aerdriver.nosourceid kernel parameter

The aerdriver.nosourceid kernel parameter was intended for working around
broken chipsets don't supply the source ID for AER events.  We recently
added PCI_BUS_FLAGS_NO_AERSID, which can be set by quirks for the same
purpose.

Remove the aerdriver.nosourceid kernel parameter.  For anything other than
debugging, asking users to find and use kernel parameters is a poor user
experience.  Instead, we should add PCI_BUS_FLAGS_NO_AERSID quirks for any
hardware that needs it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Documentation/PCI/pcieaer-howto.txt
drivers/pci/pcie/aer/aerdrv_core.c