On Thu, Dec 29, 2016 at 11:12:13PM +0100, Hervé Poussineau wrote: > Signed-off-by: Hervé Poussineau <hpous...@reactos.org>
This makes sense on its own, so I've applied it to ppc-for-2.9. > --- > hw/ppc/prep.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c > index 054af1e..9fb89d3 100644 > --- a/hw/ppc/prep.c > +++ b/hw/ppc/prep.c > @@ -339,13 +339,13 @@ static PortioList prep_port_list; > /* NVRAM helpers */ > static inline uint32_t nvram_read(Nvram *nvram, uint32_t addr) > { > - NvramClass *k = NVRAM_GET_CLASS(sysctrl->nvram); > + NvramClass *k = NVRAM_GET_CLASS(nvram); > return (k->read)(nvram, addr); > } > > static inline void nvram_write(Nvram *nvram, uint32_t addr, uint32_t val) > { > - NvramClass *k = NVRAM_GET_CLASS(sysctrl->nvram); > + NvramClass *k = NVRAM_GET_CLASS(nvram); > (k->write)(nvram, addr, val); > } > -- 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