On 11/12/2024 5:38 PM, Stephen Hemminger wrote: > Found by running nullfree.cocci on 24.11-rc2 > > Stephen Hemminger (3): > bus/fslmc: remove unnecessary null check > net/dpaa2: remove unnecessary check for null before rte_free > net/ntnic: remove unnecessary check for null before free >
For series, Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> Btw, script catches 'rte_openssl_pmd.c' for 'EVP_PKEY_free()' call, which seems ignoring the NULL value, it can be separate patch for crypto tree. Series applied to dpdk-next-net/main, thanks.