On Wed, Mar 14, 2018 at 12:21 AM, Wu Hao <hao.wu@xxxxxxxxx> wrote: >> > + >> > + drvdata->cdev = cdev; >> > + >> > +enum_info_free_exit: >> > + fpga_enum_info_free(info); >> >> This is the only place I saw fpga_enum_info_free being called. > > It doesn't need to keep the enumeration inforamtion data structure once > the enumeration done, so in the driver, it always did fpga_enum_info_free > once fpga_enumerate_feature_devs(info) returned in this function. so > no need to consider it in other places per my understanding. : ) > > Thanks > Hao > Oh yes I see! I was looking right at it and didn't see it! Thanks for the clarification. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html