commit | e279897ef0753653c110032e9d96efcf53e32cbc | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Fri May 13 12:32:23 2022 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 25 11:45:15 2022 +0200 |
tree | 345fea44963a7a54897e330ef33f97fc2c175b07 | |
parent | 9bb0c18aeff8dcbc64fb143cf7836f17a8f8dc8d [diff] |
random: use proper return types on get_random_{int,long}_wait() commit 7c3a8a1db5e03d02cc0abb3357a84b8b326dfac3 upstream. Before these were returning signed values, but the API is intended to be used with unsigned values. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>