Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e62102a authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "slimbus: Add braces around suspicious indent" into msm-4.9

parents 256b2a93 6a95fe7f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;