]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: arm_scmi: Replace comma with the semicolon
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 27 Aug 2024 14:38:38 +0000 (15:38 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Wed, 28 Aug 2024 16:16:25 +0000 (17:16 +0100)
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>
drivers/firmware/arm_scmi/base.c

index d52873523cd2bd75ac95bc27cac018391c40e6ff..86b376c50a13fa2f10dd7816082c7e6dedbb373d 100644 (file)
@@ -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);