From: Gabor Juhos Date: Wed, 21 Jan 2026 16:18:25 +0000 (+0100) Subject: pmdomain: qcom: rpmpd: drop stray semicolon X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a1c77a5059e6dd98f55d3bcddb2f3c1f31a774;p=thirdparty%2Flinux.git pmdomain: qcom: rpmpd: drop stray semicolon Drop the unnecessary semicolon after the rpmpd_send_corner() function's declaration. Signed-off-by: Gabor Juhos Reviewed-by: Konrad Dybcio Signed-off-by: Ulf Hansson --- diff --git a/drivers/pmdomain/qcom/rpmpd.c b/drivers/pmdomain/qcom/rpmpd.c index 98ab4f9ea9bff..15a11ff282c3f 100644 --- a/drivers/pmdomain/qcom/rpmpd.c +++ b/drivers/pmdomain/qcom/rpmpd.c @@ -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)