projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3d950
)
greybus: connection: remove disable from destructor
author
Johan Hovold
<johan@hovoldconsulting.com>
Tue, 19 Jan 2016 11:51:01 +0000
(12:51 +0100)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Tue, 19 Jan 2016 20:12:40 +0000
(12:12 -0800)
Remove implicit disable of legacy connections from the destructor.
This is a step towards removing the legacy-protocol handling from core.
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/connection.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/connection.c
b/drivers/staging/greybus/connection.c
index d0e3f91d00d5ccc62de7f2ea593f9dd16a5c65d0..29a8193931b342e9ba5ff12260c34346b92957a4 100644
(file)
--- a/
drivers/staging/greybus/connection.c
+++ b/
drivers/staging/greybus/connection.c
@@
-495,8
+495,6
@@
void gb_connection_destroy(struct gb_connection *connection)
if (WARN_ON(!connection))
return;
- gb_connection_legacy_exit(connection);
-
spin_lock_irq(&gb_connections_lock);
list_del(&connection->bundle_links);
list_del(&connection->hd_links);