[PATCH 1/2] drivers: firmware: psci: drop duplicate const from psci_of_match
Mark Rutland
mark.rutland at arm.com
Wed Apr 20 03:30:17 PDT 2016
On Wed, Apr 20, 2016 at 11:20:27AM +0100, Lorenzo Pieralisi wrote:
> From: Jisheng Zhang <jszhang at marvell.com>
>
> This is to fix below sparse warning:
> drivers/firmware/psci.c:mmm:nn: warning: duplicate const
>
> Signed-off-by: Jisheng Zhang <jszhang at marvell.com>
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi at arm.com>
FWIW, for both:
Acked-by: Mark Rutland <mark.rutland at arm.com>
Thanks for picking them up!
Mark.
> ---
> drivers/firmware/psci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/firmware/psci.c b/drivers/firmware/psci.c
> index 11bfee8..0ab477ba 100644
> --- a/drivers/firmware/psci.c
> +++ b/drivers/firmware/psci.c
> @@ -563,7 +563,7 @@ out_put_node:
> return err;
> }
>
> -static const struct of_device_id const psci_of_match[] __initconst = {
> +static const struct of_device_id psci_of_match[] __initconst = {
> { .compatible = "arm,psci", .data = psci_0_1_init},
> { .compatible = "arm,psci-0.2", .data = psci_0_2_init},
> { .compatible = "arm,psci-1.0", .data = psci_0_2_init},
> --
> 2.6.4
>
More information about the linux-arm-kernel
mailing list