From 009142d8c047c9e21c38ca97dfd485d04e952c5e Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Tue, 19 Jul 2022 17:30:05 +0900 Subject: [PATCH] resource: bus: Replace resource name with 'BUS' instead of 'Memory Bus' Change-Id: I58cd357e5692149f6ab70b7cd97107ed5a0aa675 Signed-off-by: Chanwoo Choi --- src/resource/resource-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resource/resource-bus.c b/src/resource/resource-bus.c index 7366111..a27482c 100644 --- a/src/resource/resource-bus.c +++ b/src/resource/resource-bus.c @@ -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), -- 2.7.4