Commit 25366869 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman
Browse files

greybus: interface: drop stale comment



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

Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 392bf9fb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)
{