On Mon, Nov 04, 2024 at 05:30:45PM +0900, Joe Hattori wrote: > In typec_port_register_altmodes(), the fwnode reference obtained by > device_get_named_child_node() is not dropped. This commit adds a call to > fwnode_handle_put() to fix the possible reference leak. Nit: s/This commit adds/Add/g , see Documentation/process/submitting-patches.rst Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > Fixes: 7b458a4c5d73 ("usb: typec: Add typec_port_register_altmodes()") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Joe Hattori <joe@xxxxxxxxxxxxxxxxxxxxx> > --- > Changes in v2: > - Add the Cc: stable@xxxxxxxxxxxxxxx line. > --- > drivers/usb/typec/class.c | 1 + > 1 file changed, 1 insertion(+) > -- With best wishes Dmitry