commit | 9d6710c4812115f00f5afbec41a8539ec0ed4f48 | [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 | 65b0dea9d8d44f8f357595be6f7327ecbe2011c6 [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)