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

2020-02-12 Thread David Gibson
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.

-- 
David Gibson| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson


signature.asc
Description: PGP signature


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

2020-02-12 Thread Greg Kurz
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(-)