On Thu, 10 Nov 2022 15:45:39 +0100, Ye Bin wrote: > > From: Ye Bin <yebin10@xxxxxxxxxx> > > As 'kobject_add' may allocated memory for 'kobject->name' when return error. > And in this function, if call 'kobject_add' failed didn't free kobject. > So call 'kobject_put' to recycling resources. > > Signed-off-by: Ye Bin <yebin10@xxxxxxxxxx> Thanks, applied now. Takashi