]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: xilinx-nwl: Rate-limit misc interrupt messages
authorSean Anderson <sean.anderson@linux.dev>
Fri, 31 May 2024 16:13:34 +0000 (12:13 -0400)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 22 Aug 2024 18:38:03 +0000 (13:38 -0500)
commit78457cae24cb543650bec048927bfb4c164d060f
tree54964eff9d7144f769ba8ee2e7e8287cfbfffdc5
parenta437027ae1730b8dc379c75fa0dd7d3036917400
PCI: xilinx-nwl: Rate-limit misc interrupt messages

The conditions logged by the misc interrupt can occur repeatedly and
continuously. Avoid rendering the console unusable by rate-limiting
these messages.

Link: https://lore.kernel.org/r/20240531161337.864994-5-sean.anderson@linux.dev
Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/controller/pcie-xilinx-nwl.c