Hi all, After merging the usb tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/usb/typec/class.c: In function 'typec_partner_set_pd_revision': drivers/usb/typec/class.c:763:6: warning: unused variable 'ret' [-Wunused-variable] 763 | int ret; | ^~~ Introduced by commit 29b01295a829 ("usb: typec: Add typec_partner_set_pd_revision") -- Cheers, Stephen Rothwell