On Fri, Oct 02, 2020 at 02:30:47PM +0200, [email protected] wrote: > + pwm_prop[0] = kasprintf(GFP_KERNEL, "EXPORT=%s", > + export->child.kobj.name);
Nit, you should use dev_name() here instead of trying to get the raw kobject name. thanks, greg k-h
On Fri, Oct 02, 2020 at 02:30:47PM +0200, [email protected] wrote: > + pwm_prop[0] = kasprintf(GFP_KERNEL, "EXPORT=%s", > + export->child.kobj.name);
Nit, you should use dev_name() here instead of trying to get the raw kobject name. thanks, greg k-h