commit | 918854a65e856574523d94763ef2a2b48ad55a25 | [log] [tgz] |
---|---|---|
author | Cong Ding <dinggnu@gmail.com> | Mon Dec 17 16:01:43 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 17 17:15:18 2012 -0800 |
tree | d193a1f4a7075c521160009b0c96815824537f2b | |
parent | 22b361d1df7bc25b558e52f22e779286a3d323e4 [diff] |
lib/rbtree_test.c: fix uninitialized variable warning Fix this warning: lib/rbtree_test.c: In function `check': lib/rbtree_test.c:121: warning: `blacks' may be used uninitialized in this function Signed-off-by: Cong Ding <dinggnu@gmail.com> Cc: Michel Lespinasse <walken@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>