]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'pci/pci-sysfs'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Jan 2025 19:04:51 +0000 (13:04 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Jan 2025 19:04:51 +0000 (13:04 -0600)
commit60b5cd4f82448595aed58f24583308baf86e4565
tree7d3a063da7f227a8c54df51034532a4064f24c7a
parentccbd884f9efbcd8bd58350186edfe5cbbb537de1
parent2d54d23c604dc117a2bd99f90353ab761e209384
Merge branch 'pci/pci-sysfs'

- Move reset related sysfs code from pci.c to pci-sysfs.c where other
  similar code lives (Ilpo Järvinen)

- Simplify reset_method_store() memory management by using __free() instead
  of explicit kfree() cleanup (Ilpo Järvinen)

- Drop unnecessary zero initializer (Ilpo Järvinen)

* pci/pci-sysfs:
  PCI/sysfs: Remove unnecessary zero in initializer
  PCI/sysfs: Use __free() in reset_method_store()
  PCI/sysfs: Move reset related sysfs code to correct file
drivers/pci/pci.c
drivers/pci/pci.h