greybus: svc: Use 'dev' instead '&op->connection->dev'
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 23 Sep 2015 23:48:07 +0000 (16:48 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 24 Sep 2015 22:16:54 +0000 (15:16 -0700)
commitc06307c3b476a40dfc853af34af76b591115e42c
tree22411475ecb334748a99e99a69d3782e48f32e02
parentc83d4abe1dfd6aec45f594ad756fb5256263c5b8
greybus: svc: Use 'dev' instead '&op->connection->dev'

We already have a variable to access '&op->connection->dev' directly,
lets reuse it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Jean Pihet <jean.pihet@newoldbits.com>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c