Re: [PATCH] firmware: psci: Remove unneeded semicolon

From: Lorenzo Pieralisi
Date: Wed Apr 28 2021 - 05:46:26 EST


On Wed, Apr 28, 2021 at 11:03:24AM +0800, Wan Jiabing wrote:
> Fix the following coccicheck warning:
>
> ./drivers/firmware/psci/psci.c:141:2-3: Unneeded semicolon
>
> Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx>
> ---
> drivers/firmware/psci/psci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Fixed by a previous posting:

https://lore.kernel.org/lkml/1612247872-32603-1-git-send-email-yang.lee@xxxxxxxxxxxxxxxxx

Thank you anyway.

Lorenzo

>
> diff --git a/drivers/firmware/psci/psci.c b/drivers/firmware/psci/psci.c
> index 64344e84bd63..6e7bac61ba93 100644
> --- a/drivers/firmware/psci/psci.c
> +++ b/drivers/firmware/psci/psci.c
> @@ -138,7 +138,7 @@ static int psci_to_linux_errno(int errno)
> return -EINVAL;
> case PSCI_RET_DENIED:
> return -EPERM;
> - };
> + }
>
> return -EINVAL;
> }
> --
> 2.25.1
>