commit | 2177f924bf585d083fdbb3c1ff1479794ee8ccac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 13 19:39:23 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 24 14:21:30 2021 -0400 |
tree | 654abcb95b24b48669b66e40ce8d6b35fc55f4e6 | |
parent | a2cfad8ecc28923db6f826c01359c768980085e7 [diff] |
test: Avoid random numbers in dm_test_devm_regmap() There is no good reason to use a sequence from rand() here. We may as well invent our own sequence. This should molify Coverity which does not use rand() being used. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 312949)