Commit c4b908a2 authored by Sudeep Holla's avatar Sudeep Holla
Browse files

firmware: arm_scmi: Replace comma with the semicolon



Replace the typo comma with the semicolon. No functional change.

Message-Id: <20240827143838.1465913-4-sudeep.holla@arm.com>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent ccf50219
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ static int scmi_base_protocol_init(const struct scmi_protocol_handle *ph)
	if (ret)
		return ret;

	rev->major_ver = PROTOCOL_REV_MAJOR(version),
	rev->major_ver = PROTOCOL_REV_MAJOR(version);
	rev->minor_ver = PROTOCOL_REV_MINOR(version);
	ph->set_priv(ph, rev, version);