[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 01/12] xen/arm: gic-v2: Change the device name in DT_DEVICE_START
On Fri, 16 Jan 2015, Julien Grall wrote: > I'm not sure why a ':' has been added in the name... But none of the > other usages doesn't have it. > > Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> > xen/arch/arm/gic-v2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/arch/arm/gic-v2.c b/xen/arch/arm/gic-v2.c > index faad1ff..f149e09 100644 > --- a/xen/arch/arm/gic-v2.c > +++ b/xen/arch/arm/gic-v2.c > @@ -772,7 +772,7 @@ static const char * const gicv2_dt_compat[] __initconst = > NULL > }; > > -DT_DEVICE_START(gicv2, "GICv2:", DEVICE_GIC) > +DT_DEVICE_START(gicv2, "GICv2", DEVICE_GIC) > .compatible = gicv2_dt_compat, > .init = gicv2_init, > DT_DEVICE_END > -- > 2.1.4 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |