]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
greybus: loopback: use dev_name to populate sysfsname
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Mon, 14 Sep 2015 09:48:55 +0000 (10:48 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 15 Sep 2015 04:45:46 +0000 (21:45 -0700)
commit26717ed328b5d238b5c6268912d45703b99b79d0
treed210d61877c5abc2628677ab3e71beb507483abe
parentfbb8edbafe1525c4168108a46c1134f5a7cd27c4
greybus: loopback: use dev_name to populate sysfsname

dev_name() will give a nice string representing the end0:X:Y:Z:W name
mitigating the need to pick apart the various nested data structures and
print out their various identifiers.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Suggested-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Patrick Titiano <ptitiano@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/loopback.c