resource: bus: Replace resource name with 'BUS' instead of 'Memory Bus'
[platform/core/system/pass.git] / src / resource / resource-bus.c
index 7366111..a27482c 100644 (file)
@@ -238,7 +238,7 @@ static void bus_exit(struct resource *res)
 }
 
 static const struct resource_driver bus_resource_driver = {
-       .name           = "Memory Bus",
+       .name           = "BUS",
        .type           = RESOURCE_TYPE_BUS,
        .attrs          = bus_attrs,
        .num_attrs      = ARRAY_SIZE(bus_attrs),