]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
commit836eec3a7c6fe2484bc8701546fe17e11c1b3fff
tree0f85bf7b36c058501285907de70fab1506f00af8
parentda72dcc28eb75758366da0167074911f71a8ead6
parente51d05f523e43ce5d2bad957943a2b14f68078cd
Merge branch 'pci/controller/keystone'

- 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()
drivers/pci/controller/dwc/pci-keystone.c