[PATCH 0/3] PCI: Clean up warnings

From: Bjorn Helgaas
Date: Tue Feb 02 2016 - 14:20:37 EST


I'm on a quest to clean up compiler warnings in drivers/pci. I'd like to
be able to treat warnings as errors, at least for the 0day build robot.

---

Bjorn Helgaas (3):
PCI: Check device_attach() return value always
PCI/PME: Remove redundant port lookup
PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warning


drivers/pci/bus.c | 7 ++++++-
drivers/pci/pcie/pme.c | 11 ++++++-----
2 files changed, 12 insertions(+), 6 deletions(-)