[PATCH v3 1/9] rbtree test: fix sparse warning about 64-bit constant

2012-08-20 Thread Michel Lespinasse
Just a small fix to make sparse happy. Signed-off-by: Michel Lespinasse Reported-by: Fengguang Wu Acked-by: Rik van Riel --- lib/rbtree_test.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/rbtree_test.c b/lib/rbtree_test.c index 19dfca9ff7d7..fd09465d82ca

[PATCH v3 1/9] rbtree test: fix sparse warning about 64-bit constant

2012-08-20 Thread Michel Lespinasse
Just a small fix to make sparse happy. Signed-off-by: Michel Lespinasse wal...@google.com Reported-by: Fengguang Wu w...@linux.intel.com Acked-by: Rik van Riel r...@redhat.com --- lib/rbtree_test.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/rbtree_test.c