On Thu, Apr 25, 2019 at 2:32 PM Dave Hansen <[email protected]> wrote: > > On 4/25/19 10:54 AM, Pavel Tatashin wrote: > > rc = add_memory(numa_node, new_res->start, resource_size(new_res)); > > - if (rc) > > + if (rc) { > > + release_resource(new_res); > > + kfree(new_res); > > return rc; > > + } > > Looks good to me: > > Reviewed-by: Dave Hansen <[email protected]>
Thank you Dave. Pasha _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
