Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37f10544 authored by Kay Sievers's avatar Kay Sievers Committed by Greg Kroah-Hartman
Browse files

rapidio: struct device - replace bus_id with dev_name(), dev_set_name()



Cc: mporter@kernel.crashing.org
Acked-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarKay Sievers <kay.sievers@vrfy.org>
parent 54cc6954
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ static int rio_match_bus(struct device *dev, struct device_driver *drv)
}

static struct device rio_bus = {
	.bus_id = "rapidio",
	.init_name = "rapidio",
};

struct bus_type rio_bus_type = {