]> git.baikalelectronics.ru Git - kernel.git/commit
rbtree test: fix sparse warning about 64-bit constant
authorMichel Lespinasse <walken@google.com>
Mon, 8 Oct 2012 23:31:04 +0000 (16:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Oct 2012 07:22:36 +0000 (16:22 +0900)
commita808361d6a13deb97801e4b5f7b7469092d67b97
tree24360edfdb268991264c9722bc232c0e8dd2612b
parenta8f7b42f1cb5c6a1a3d56afcf4578b380ad8c9e4
rbtree test: fix sparse warning about 64-bit constant

Just a small fix to make sparse happy.

Signed-off-by: Michel Lespinasse <walken@google.com>
Reported-by: Fengguang Wu <wfg@linux.intel.com>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/rbtree_test.c