Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
fff49434
Commit
fff49434
authored
Jul 30, 2015
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Plain Diff
greybus: Merge branch 'master' into svc to keep it up to date.
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@google.com
>
parents
e75b82bf
48ed3f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
drivers/staging/greybus/connection.c
drivers/staging/greybus/connection.c
+2
-4
No files found.
drivers/staging/greybus/connection.c
View file @
fff49434
...
...
@@ -349,8 +349,7 @@ int gb_connection_init(struct gb_connection *connection)
* Inform Interface about Active CPorts. We don't need to do this
* operation for control cport.
*/
if
(
cport_id
!=
GB_CONTROL_CPORT_ID
&&
connection
->
hd_cport_id
!=
GB_SVC_CPORT_ID
)
{
if
(
cport_id
!=
GB_CONTROL_CPORT_ID
)
{
struct
gb_control
*
control
=
connection
->
bundle
->
intf
->
control
;
ret
=
gb_control_connected_operation
(
control
,
cport_id
);
...
...
@@ -402,8 +401,7 @@ void gb_connection_exit(struct gb_connection *connection)
* Inform Interface about In-active CPorts. We don't need to do this
* operation for control cport.
*/
if
(
cport_id
!=
GB_CONTROL_CPORT_ID
&&
connection
->
hd_cport_id
!=
GB_SVC_CPORT_ID
)
{
if
(
cport_id
!=
GB_CONTROL_CPORT_ID
)
{
struct
gb_control
*
control
=
connection
->
bundle
->
intf
->
control
;
int
ret
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment