mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>