Loading drivers/usb/typec/ucsi/ucsi.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -928,6 +928,7 @@ int ucsi_init(struct ucsi *ucsi) } } /* Enable all notifications */ /* Enable all notifications */ ucsi->ntfy = UCSI_ENABLE_NTFY_ALL; command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy; command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy; ret = ucsi_run_command(ucsi, command, NULL, 0); ret = ucsi_run_command(ucsi, command, NULL, 0); if (ret < 0) if (ret < 0) Loading Loading
drivers/usb/typec/ucsi/ucsi.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -928,6 +928,7 @@ int ucsi_init(struct ucsi *ucsi) } } /* Enable all notifications */ /* Enable all notifications */ ucsi->ntfy = UCSI_ENABLE_NTFY_ALL; command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy; command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy; ret = ucsi_run_command(ucsi, command, NULL, 0); ret = ucsi_run_command(ucsi, command, NULL, 0); if (ret < 0) if (ret < 0) Loading