Re: [PATCH 1/1] eal/linux: Remove unused values

2025-02-13 Thread Ariel Otilibili
Hi Thomas, On Wed, Feb 12, 2025 at 3:00 PM Thomas Monjalon wrote: > Applied, thanks. > Thanks for the feedback. Have a good day. Ariel

Re: [PATCH 1/1] eal/linux: Remove unused values

2025-02-12 Thread Thomas Monjalon
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: 0d0f47

[PATCH 1/1] eal/linux: Remove unused values

2025-01-13 Thread 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") S