Loading drivers/slimbus/slimbus.c +2 −1 Original line number Diff line number Diff line Loading @@ -2813,11 +2813,12 @@ static void slim_change_existing_chans(struct slim_controller *ctrl, int coeff) struct slim_ich *slc = arr[i]; if (slc->state == SLIM_CH_ACTIVE || slc->state == SLIM_CH_SUSPENDED) slc->state == SLIM_CH_SUSPENDED) { slc->offset = slc->newoff; slc->interval = slc->newintr; } } } static void slim_chan_changes(struct slim_device *sb, bool revert) { struct slim_controller *ctrl = sb->ctrl; Loading Loading
drivers/slimbus/slimbus.c +2 −1 Original line number Diff line number Diff line Loading @@ -2813,11 +2813,12 @@ static void slim_change_existing_chans(struct slim_controller *ctrl, int coeff) struct slim_ich *slc = arr[i]; if (slc->state == SLIM_CH_ACTIVE || slc->state == SLIM_CH_SUSPENDED) slc->state == SLIM_CH_SUSPENDED) { slc->offset = slc->newoff; slc->interval = slc->newintr; } } } static void slim_chan_changes(struct slim_device *sb, bool revert) { struct slim_controller *ctrl = sb->ctrl; Loading