commit | 748683fae6fa53511df9170da3e8384a092214f9 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Thu Jul 20 21:02:30 2023 -0400 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Fri Jul 21 06:33:19 2023 -0400 |
tree | 699e21697d2220dc59ee15dca78e485b7e56145a | |
parent | 995444d5a92aab704727a6dd9f9e06a5375e2809 [diff] |
posix: eventfd: remove redundant conditional Since the argument is a 32-bit unsigned int, all possible values satisfy the condition that intval < UINT64_MAX - 1. Remove the redundant conditional. Signed-off-by: Christopher Friedt <cfriedt@meta.com>