On 7/13/20 8:34 PM, Kyle Tso wrote: > typec_register_altmode returns ERR_PTR on failure. > > Signed-off-by: Kyle Tso <kyletso@xxxxxxxxxx> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > drivers/usb/typec/class.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/typec/class.c b/drivers/usb/typec/class.c > index c9234748537a..02655694f200 100644 > --- a/drivers/usb/typec/class.c > +++ b/drivers/usb/typec/class.c > @@ -580,7 +580,7 @@ EXPORT_SYMBOL_GPL(typec_partner_set_identity); > * SVID listed in response to Discover Modes command need to be listed in an > * array in @desc. > * > - * Returns handle to the alternate mode on success or NULL on failure. > + * Returns handle to the alternate mode on success or ERR_PTR on failure. > */ > struct typec_altmode * > typec_partner_register_altmode(struct typec_partner *partner, >