From: Chanwoo Choi Date: Tue, 19 Jul 2022 08:30:05 +0000 (+0900) Subject: resource: bus: Replace resource name with 'BUS' instead of 'Memory Bus' X-Git-Tag: accepted/tizen/unified/20220722.031019~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F278379%2F5;p=platform%2Fcore%2Fsystem%2Fpass.git resource: bus: Replace resource name with 'BUS' instead of 'Memory Bus' Change-Id: I58cd357e5692149f6ab70b7cd97107ed5a0aa675 Signed-off-by: Chanwoo Choi --- 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),