torture: Stop right-shifting torture_random() return values
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 12 Jul 2023 21:56:51 +0000 (14:56 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 14 Aug 2023 22:01:08 +0000 (15:01 -0700)
commit6cab60ceb1d32b795ae22fea5719fb6150e4cda9
tree8aa6e0ba2a01ed1ad6d9e73ebbc6dbfd8faeb249
parent10af43671e8bf4ac153c4991a17cdf57bc6d2cfe
torture: Stop right-shifting torture_random() return values

Now that torture_random() uses swahw32(), its callers no longer see
not-so-random low-order bits, as these are now swapped up into the upper
16 bits of the torture_random() function's return value.  This commit
therefore removes the right-shifting of torture_random() return values.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/torture.c