OSDN Git Service

greybus: svc: Remove FIXME for firmware download
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 7 Aug 2015 12:36:43 +0000 (18:06 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 12 Aug 2015 00:46:57 +0000 (17:46 -0700)
Its handled by the firmware driver now, drop the FIXME comment from svc
code.

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

index 5f2b2b4..7ac45a9 100644 (file)
@@ -256,7 +256,6 @@ static int gb_svc_intf_hotplug_recv(struct gb_operation *op)
        ara_vend_id = le32_to_cpu(hotplug->data.ara_vend_id);
        ara_prod_id = le32_to_cpu(hotplug->data.ara_prod_id);
 
-       // FIXME May require firmware download
        intf = gb_interface_create(hd, intf_id);
        if (!intf) {
                dev_err(dev, "%s: Failed to create interface with id %hhu\n",