projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a1698
)
greybus: svc: Remove FIXME for firmware download
author
Viresh Kumar
<viresh.kumar@linaro.org>
Fri, 7 Aug 2015 12:36:43 +0000
(18:06 +0530)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/svc.c
b/drivers/staging/greybus/svc.c
index
5f2b2b4
..
7ac45a9
100644
(file)
--- a/
drivers/staging/greybus/svc.c
+++ b/
drivers/staging/greybus/svc.c
@@
-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",