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
Kirill Smelkov
linux
Commits
31172d10
Commit
31172d10
authored
Jan 29, 2019
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'regmap-5.1' into regmap-next
parents
f17b5f06
435bba0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/base/regmap/regcache-rbtree.c
drivers/base/regmap/regcache-rbtree.c
+1
-1
No files found.
drivers/base/regmap/regcache-rbtree.c
View file @
31172d10
...
@@ -33,7 +33,7 @@ struct regcache_rbtree_node {
...
@@ -33,7 +33,7 @@ struct regcache_rbtree_node {
unsigned
int
blklen
;
unsigned
int
blklen
;
/* the actual rbtree node holding this block */
/* the actual rbtree node holding this block */
struct
rb_node
node
;
struct
rb_node
node
;
}
__attribute__
((
packed
))
;
};
struct
regcache_rbtree_ctx
{
struct
regcache_rbtree_ctx
{
struct
rb_root
root
;
struct
rb_root
root
;
...
...
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