[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200619201219.32126-1-refactormyself@gmail.com>
Date: Fri, 19 Jun 2020 22:12:17 +0200
From: refactormyself@...il.com
To: helgaas@...nel.org
Cc: Bolarinwa Olayemi Saheed <refactormyself@...il.com>,
bjorn@...gaas.com, linux-pci@...r.kernel.org,
skhan@...uxfoundation.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Fix wrong failure check on pcie_capability_read_*()
From: Bolarinwa Olayemi Saheed <refactormyself@...il.com>
On failure, pcie_capabiility_read_*() will set the status value,
its last parameter to 0 and not ~0.
This bug fix checks for the proper value.
Bolarinwa Olayemi Saheed (2):
PCI/PME: Fix wrong failure check on pcie_capability_read_*()
PCI: pciehp: Fix wrong failure check on pcie_capability_read_*()
drivers/pci/hotplug/pciehp_hpc.c | 10 +++++-----
drivers/pci/pcie/pme.c | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
--
2.18.2
Powered by blists - more mailing lists