On 2018/9/29 16:56, Sergei Shtylyov wrote: > Hello! > > On 9/29/2018 9:58 AM, YueHaibing wrote: > >> Fixes gcc '-Wunused-but-set-variable' warning: >> >> drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_select_pps_apdo': >> drivers/usb/typec/tcpm/tcpm.c:2212:39: warning: >> variable 'snk_ma' set but not used [-Wunused-but-set-variable] >> >> drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_build_pps_request': >> drivers/usb/typec/tcpm/tcpm.c:2405:37: warning: >> variable 'min_mv' set but not used [-Wunused-but-set-variable] > > The subject still doesn't match the description and the diff. Thank you for review, will fix it. > >> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> > [...] > > MBR, Sergei > >