greybus: connection: drop parent parameter from connection create
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 25 Nov 2015 14:59:03 +0000 (15:59 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 25 Nov 2015 23:27:06 +0000 (15:27 -0800)
commit582b3a13920c71ca6e546598d344dc6027168e64
treea7ec00eb43a85be620df7e8a18f0d29678e1fa34
parent2adaefb1458f67b3f71111fcf6a15670ab64101d
greybus: connection: drop parent parameter from connection create

The parent parameter was only used for debug messages and to name the
connection workqueue. Use the host-device device for this instead.

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