]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge branch 'pci/controller/keystone'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:19 +0000 (12:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:19 +0000 (12:13 -0500)
- Use kcalloc() instead of kzalloc() to avoid potential integer overflow
  (Qianfeng Rong)

- Use devm_request_irq() so 'ks-pcie-error-irq' is freed when driver exits
  with error (Siddharth Vadapalli)

* pci/controller/keystone:
  PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exit
  PCI: keystone: Use kcalloc() instead of kzalloc()

1  2 
drivers/pci/controller/dwc/pci-keystone.c