[PATCH 0/3] PCI/sysfs: move to sysfs funcs to pci-sysfs.c & do small tweaks

Ilpo Järvinen posted 3 patches 3 weeks, 6 days ago
drivers/pci/pci-sysfs.c | 108 ++++++++++++++++++++++++++++++++++
drivers/pci/pci.c       | 125 +---------------------------------------
drivers/pci/pci.h       |   3 +-
3 files changed, 110 insertions(+), 126 deletions(-)
[PATCH 0/3] PCI/sysfs: move to sysfs funcs to pci-sysfs.c & do small tweaks
Posted by Ilpo Järvinen 3 weeks, 6 days ago
Hi all,

This series moves reset related sysfs functions into the correct file
and does small style related improvements.

This series is based on top of commit 2985b1844f3f ("PCI: Fix
reset_method_store() memory leak") in pci/misc branch to avoid
conflict with the code move.


Ilpo Järvinen (3):
  PCI/sysfs: Move reset related sysfs code to correct file
  PCI/sysfs: Use __free() in reset_method_store()
  PCI/sysfs: Remove unnecessary zero in initializer

 drivers/pci/pci-sysfs.c | 108 ++++++++++++++++++++++++++++++++++
 drivers/pci/pci.c       | 125 +---------------------------------------
 drivers/pci/pci.h       |   3 +-
 3 files changed, 110 insertions(+), 126 deletions(-)

-- 
2.39.5