greybus: interface: drop stale comment

We don't do what the comment says, drop it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Viresh Kumar 2015-07-21 17:44:09 +05:30 committed by Greg Kroah-Hartman
parent 392bf9fb2d
commit 2536686957

View File

@ -70,8 +70,7 @@ struct device_type greybus_interface_type = {
/*
* Create kernel structures corresponding to a bundle and connection for
* managing control CPort. Also initialize the bundle, which will request SVC to
* set route and will initialize the control protocol for this connection.
* managing control CPort.
*/
static int gb_create_control_connection(struct gb_interface *intf)
{