mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
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: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
ccf5021931
commit
c4b908a23f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user