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

Commit 14ab309d authored by Kay Sievers's avatar Kay Sievers Committed by Greg Kroah-Hartman
Browse files

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

parent 8f4bbd9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1213,7 +1213,7 @@ static int gpiolib_show(struct seq_file *s, void *unused)
		if (dev)
			seq_printf(s, ", %s/%s",
				dev->bus ? dev->bus->name : "no-bus",
				dev->bus_id);
				dev_name(dev));
		if (chip->label)
			seq_printf(s, ", %s", chip->label);
		if (chip->can_sleep)