mbox series

[0/3] pnv: Fix a couple of issues reported by Coverity

Message ID 158153363409.3229002.13469293798150754920.stgit@bahia.lan (mailing list archive)
Headers show
Series pnv: Fix a couple of issues reported by Coverity | expand

Message

Greg Kurz Feb. 12, 2020, 6:53 p.m. UTC
This fixes some issues in the PHB3 and PHB4 code that was merged
recently.

--
Greg

---

Greg Kurz (3):
      pnv/phb3: Convert 1u to 1ull
      pnv/phb4: Fix error path in pnv_pec_realize()
      pnv/phb3: Add missing break statement


 hw/pci-host/pnv_phb3_msi.c  |    2 +-
 hw/pci-host/pnv_phb3_pbcq.c |    1 +
 hw/pci-host/pnv_phb4_pec.c  |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

Comments

David Gibson Feb. 12, 2020, 11:49 p.m. UTC | #1
On Wed, Feb 12, 2020 at 07:53:54PM +0100, Greg Kurz wrote:
> This fixes some issues in the PHB3 and PHB4 code that was merged
> recently.

Applied to ppc-for-5.0, thanks.