Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xcap
xcap-capability-linux
Commits
ae1936d7
Commit
ae1936d7
authored
Sep 17, 2014
by
Charles Jacobsen
Committed by
Vikram Narayanan
Oct 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug appears to be gone. Fully working.
parent
4093666e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/lcd-prototype/api/cap.c
drivers/lcd-prototype/api/cap.c
+4
-4
No files found.
drivers/lcd-prototype/api/cap.c
View file @
ae1936d7
...
...
@@ -288,16 +288,16 @@ static void __lcd_cnode_do_free(struct cnode *parent)
* XXX: Be aware of stack overflow
*/
__lcd_cnode_do_free
(
child
);
/*
* Remove from parent
*/
list_del_init
(
&
child
->
child_list
);
}
/*
* Mark parent as free, and remove all rights
*/
__lcd_cnode_set_type
(
parent
,
LCD_CAP_TYPE_FREE
);
__lcd_cnode_set_rights
(
parent
,
LCD_CAP_RIGHT_NONE
);
/*
* Remove from parent
*/
list_del_init
(
&
parent
->
child_list
);
/*
* Add to containing cspace free list
*/
...
...
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