kernel/include/linux/usb/typec_altmode.h
.. .. @@ -69,7 +69,7 @@ 69 69 70 70 int typec_altmode_enter(struct typec_altmode *altmode, u32 *vdo); 71 71 int typec_altmode_exit(struct typec_altmode *altmode); 72 -void typec_altmode_attention(struct typec_altmode *altmode, u32 vdo);72 +int typec_altmode_attention(struct typec_altmode *altmode, u32 vdo);73 73 int typec_altmode_vdm(struct typec_altmode *altmode, 74 74 const u32 header, const u32 *vdo, int count); 75 75 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,