Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 96ed1044 authored by Ben Dooks's avatar Ben Dooks Committed by Shawn Guo
Browse files

soc: imx: gpc: fix initialiser format


Make the initialiers in imx_gpc_domains C99 format to fix the
following sparse warnings:

drivers/soc/imx/gpc.c:252:30: warning: obsolete array initializer, use C99 syntax
drivers/soc/imx/gpc.c:258:29: warning: obsolete array initializer, use C99 syntax
drivers/soc/imx/gpc.c:269:34: warning: obsolete array initializer, use C99 syntax
drivers/soc/imx/gpc.c:278:30: warning: obsolete array initializer, use C99 syntax

Signed-off-by: default avatarBen Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: default avatarLucas Stach <l.stach@pengutronix.de>
Fixes: b0682d48

 ("soc: imx: gpc: use GPC_PGC_DOMAIN_* indexes")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7e5d0bf6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment