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

Commit 4383fc3d authored by Kay Sievers's avatar Kay Sievers Committed by Greg Kroah-Hartman
Browse files

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



Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: default avatarKay Sievers <kay.sievers@vrfy.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6ff4dd36
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@
#error "Please contact <greg@kroah.com> for details on how to fix it properly."

static struct device iop_spu_device[2] = {
	{ .bus_id =     "iop-spu0", },
	{ .bus_id =     "iop-spu1", },
	{ .init_name =     "iop-spu0", },
	{ .init_name =     "iop-spu1", },
};

static struct device iop_mpu_device = {
	.bus_id =       "iop-mpu",
	.init_name =       "iop-mpu",
};

static int wait_mpu_idle(void)