projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e7c60
)
xen/arm: gic-v2: Change the device name in DT_DEVICE_START
author
Julien Grall
<julien.grall@linaro.org>
Fri, 30 Jan 2015 18:49:16 +0000
(18:49 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 20 Feb 2015 14:00:21 +0000
(14:00 +0000)
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@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/gic-v2.c
patch
|
blob
|
history
diff --git
a/xen/arch/arm/gic-v2.c
b/xen/arch/arm/gic-v2.c
index 31fb81a07635318aadc61e55d8d1696f49c4e957..ee400b6926c13dda6532942256a46975ef347145 100644
(file)
--- a/
xen/arch/arm/gic-v2.c
+++ b/
xen/arch/arm/gic-v2.c
@@
-770,7
+770,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