[PATCH] firmware: psci: Remove unneeded semicolon
Lorenzo Pieralisi
lorenzo.pieralisi at arm.com
Wed Apr 28 10:46:21 BST 2021
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 at vivo.com>
> ---
> 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@linux.alibaba.com
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
>
More information about the linux-arm-kernel
mailing list