greybus: bundle: rename bundle devices
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 25 Nov 2015 14:59:05 +0000 (15:59 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 25 Nov 2015 23:27:06 +0000 (15:27 -0800)
commitf0172c7043d772ed0d198046cb6142dd91ab2a5a
tree3d07feb3252f5a5fec43118dbf448ec564a7ae6a
parent8b0df4b2eaf2f741ae44e8f5bad4ecb223f87932
greybus: bundle: rename bundle devices

Rename bundle devices so that the new device names become
"<bus_id>-<intf_id>.<bundle_id>", where bus_id is the dynamically
allocated host-device bus id and intf_id the svc-allocated interface
id.

Using a period (.) rather than a colon (:) makes dev-messages easier to
read as as those already add a colon after the device name, for example:

greybus 1-4.15: failed to connect cport: -22

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/bundle.c