Loading drivers/usb/typec/class.c +2 −1 Original line number Diff line number Diff line Loading @@ -1378,7 +1378,8 @@ void typec_set_pwr_opmode(struct typec_port *port, { struct device *partner_dev; if (port->pwr_opmode == opmode) if ((port->pwr_opmode == opmode) || (opmode < TYPEC_PWR_MODE_USB) || (opmode > TYPEC_PWR_MODE_MAX)) return; port->pwr_opmode = opmode; Loading include/linux/usb/typec.h +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ enum typec_pwr_opmode { TYPEC_PWR_MODE_1_5A, TYPEC_PWR_MODE_3_0A, TYPEC_PWR_MODE_PD, TYPEC_PWR_MODE_MAX = TYPEC_PWR_MODE_PD, }; enum typec_accessory { Loading Loading
drivers/usb/typec/class.c +2 −1 Original line number Diff line number Diff line Loading @@ -1378,7 +1378,8 @@ void typec_set_pwr_opmode(struct typec_port *port, { struct device *partner_dev; if (port->pwr_opmode == opmode) if ((port->pwr_opmode == opmode) || (opmode < TYPEC_PWR_MODE_USB) || (opmode > TYPEC_PWR_MODE_MAX)) return; port->pwr_opmode = opmode; Loading
include/linux/usb/typec.h +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ enum typec_pwr_opmode { TYPEC_PWR_MODE_1_5A, TYPEC_PWR_MODE_3_0A, TYPEC_PWR_MODE_PD, TYPEC_PWR_MODE_MAX = TYPEC_PWR_MODE_PD, }; enum typec_accessory { Loading