[Skiboot] [PATCH 2/9] phb4: Verbose EEH options

Michael Neuling mikey at neuling.org
Sat Jul 8 09:35:02 AEST 2017


> +static void phb4_read_phb_status(struct phb4 *p,
> > +				 struct OpalIoPhb4ErrorData *stat);
> +static void phb4_eeh_dump_regs(struct phb4 *p)
> +{
> > +	struct OpalIoPhb4ErrorData *s;
> > +	unsigned int i;
> +
> +	s = zalloc(sizeof(struct OpalIoPhb4ErrorData));

This is never freed.


More information about the Skiboot mailing list