commit | e75b82bfc72533be25ce42241ca2d07b607ee705 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Tue Jul 28 07:28:42 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Wed Jul 29 10:06:21 2015 -0700 |
tree | 21a45bd2cdec7a3e419cc516642f81d7deb7fbdd | |
parent | ca539a67c6a25e47233fdab67bdf1d4db00f883f [diff] |
greybus: initialize svc connection while creating hd Its really part of initializing the host device and is required for every 'hd' that is created. Lets move the call to do basic initialization of svc connection to greybus_create_hd(). Also add a comment to specify why we need to do it that early. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>