Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28d75309 authored by Michel Lespinasse's avatar Michel Lespinasse Committed by Linus Torvalds
Browse files

rbtree test: fix sparse warning about 64-bit constant



Just a small fix to make sparse happy.

Signed-off-by: default avatarMichel Lespinasse <walken@google.com>
Reported-by: default avatarFengguang Wu <wfg@linux.intel.com>
Acked-by: default avatarRik 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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 59633abf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ static int rbtree_test_init(void)


	printk(KERN_ALERT "rbtree testing");
	printk(KERN_ALERT "rbtree testing");


	prandom32_seed(&rnd, 3141592653589793238);
	prandom32_seed(&rnd, 3141592653589793238ULL);
	init();
	init();


	time1 = get_cycles();
	time1 = get_cycles();