13/01/2025 18:19, Ariel Otilibili:
> Found by static analysis:
>
> In dev_uev_socket_fd_create(), fd is assigned before a return,
> and not used.
>
> The same for the variables buf and i in dev_uev_parse().
>
> Fixes: c2bd9367e18f ("lib: remove direct access to interrupt handle")
> Fixes: 0d0f478d0483 ("eal/linux: add uevent parse and process")
>
> Signed-off-by: Ariel Otilibili <[email protected]>Applied, thanks.

