Re: [PATCH] usb: typec: remove unused variable ‘ret’ in typec_partner_set_pd_revision

2021-02-03 Thread Greg KH
On Thu, Feb 04, 2021 at 09:24:30AM +0800, Ye Bin wrote: > Fix follow warning: > drivers/usb/typec/class.c:763:6: warning: unused variable ‘ret’ > [-Wunused-variable] > int ret; > ^~~ > > Reported-by: Hulk Robot > Signed-off-by: Ye Bin > --- > drivers/usb/typec/class.c | 2 -- > 1 file

[PATCH] usb: typec: remove unused variable ‘ret’ in typec_partner_set_pd_revision

2021-02-03 Thread Ye Bin
Fix follow warning: drivers/usb/typec/class.c:763:6: warning: unused variable ‘ret’ [-Wunused-variable] int ret; ^~~ Reported-by: Hulk Robot Signed-off-by: Ye Bin --- drivers/usb/typec/class.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/typec/class.c