resource: bus: Replace resource name with 'BUS' instead of 'Memory Bus' 79/278379/5
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 19 Jul 2022 08:30:05 +0000 (17:30 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 21 Jul 2022 02:06:37 +0000 (11:06 +0900)
Change-Id: I58cd357e5692149f6ab70b7cd97107ed5a0aa675
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
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),