Loading drivers/base/regmap/regcache-rbtree.c +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ struct regcache_rbtree_node { unsigned int blklen; /* the actual rbtree node holding this block */ struct rb_node node; } __attribute__ ((packed)); }; struct regcache_rbtree_ctx { struct rb_root root; Loading Loading
drivers/base/regmap/regcache-rbtree.c +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ struct regcache_rbtree_node { unsigned int blklen; /* the actual rbtree node holding this block */ struct rb_node node; } __attribute__ ((packed)); }; struct regcache_rbtree_ctx { struct rb_root root; Loading