]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
pmdomain: qcom: rpmpd: drop stray semicolon
authorGabor Juhos <j4g8y7@gmail.com>
Wed, 21 Jan 2026 16:18:25 +0000 (17:18 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 1 Apr 2026 11:07:31 +0000 (13:07 +0200)
Drop the unnecessary semicolon after the rpmpd_send_corner()
function's declaration.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/qcom/rpmpd.c

index 98ab4f9ea9bff431614739f37cd32b7b3bb407e4..15a11ff282c3f86b1e86c6604d165e297620f6cf 100644 (file)
@@ -978,7 +978,7 @@ static int rpmpd_send_corner(struct rpmpd *pd, int state, unsigned int corner)
 
        return qcom_rpm_smd_write(rpmpd_smd_rpm, state, pd->res_type, pd->res_id,
                                  &req, sizeof(req));
-};
+}
 
 static void to_active_sleep(struct rpmpd *pd, unsigned int corner,
                            unsigned int *active, unsigned int *sleep)