On Thu, 9 Jun 2016 14:29:00 -0300 Eduardo Habkost <ehabk...@redhat.com> wrote:
> On Thu, Jun 09, 2016 at 07:10:58PM +0200, Igor Mammedov wrote: > [...] > > + > > + if (local_err) { > > + error_propagate(errp, local_err); > > } > > error_propagate() already ignores local_err==NULL so you don't > need to check it first. > > I can change this while applying the patch, if you're OK. sounds good to me. > > Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> >