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

Commit 6a95fe7f authored by Stephen Boyd's avatar Stephen Boyd Committed by Karthikeyan Ramasubramanian
Browse files

slimbus: Add braces around suspicious indent



This looks wrong. Let's add braces here to fix the suspicious
indentation.

CRs-Fixed: 2016162
Change-Id: Ibfad0b9398e81c0b10ccaded9e06a23355a4f3e5
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 170679c0
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;