]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'pci/controller/rockchip-host'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jul 2025 21:12:17 +0000 (16:12 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jul 2025 21:12:17 +0000 (16:12 -0500)
- Fix log message that said "malformed TLP" when it should have said
  "Unexpected Completion" (Hans Zhang)

- Fix log message that said "no fatal error" when it should have said "non
  fatal error" (Hans Zhang)

- Remove several unused header includes (Hans Zhang)

* pci/controller/rockchip-host:
  PCI: rockchip-host: Remove unused header includes
  PCI: rockchip-host: Correct non-fatal error log message
  PCI: rockchip-host: Fix "Unexpected Completion" log message

1  2 
drivers/pci/controller/pcie-rockchip-host.c

index a00b55f6716de2a1d60c74036b172596b55d0302,9b5a4e1de73d86bdfb94272af9f349c5e9bd0de8..ee1822ca01db34dd51dd70f770e105686e89509b
   * ARM PCI Host generic driver.
   */
  
 +#include <linux/bitfield.h>
  #include <linux/bitrev.h>
- #include <linux/clk.h>
- #include <linux/delay.h>
  #include <linux/gpio/consumer.h>
- #include <linux/init.h>
  #include <linux/interrupt.h>
  #include <linux/iopoll.h>
  #include <linux/irq.h>