OSDN Git Service

greybus: connection: Use connection->dev for printing messages
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 3 Jul 2015 11:30:27 +0000 (17:00 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 8 Jul 2015 18:40:53 +0000 (11:40 -0700)
commit87c016ee908b8727f8d812bf3a36844be20d3410
treea4134afa5e0454ab1f6c079bd5a3fda244e96d6a
parentb950dc28bd47949fed64afa28c01c90be5dca43b
greybus: connection: Use connection->dev for printing messages

We failed to bind a protocol for the connection, not for bundle. And so
connection's 'dev' must be used for printing message.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/connection.c