greybus: svc: Remove FIXME for firmware download
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>
This commit is contained in:
parent
f0a1698f18
commit
33f06a75ee
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user