Re: [PATCH 0/3] more null pointer check removal

2022-06-24 Thread David Marchand
On Wed, Jun 22, 2022 at 8:52 PM Stephen Hemminger wrote: > > Reran the Cocci script to check for unnecessary null > pointer comparisons before free related functions. Applied with series https://patchwork.dpdk.org/project/dpdk/list/?series=21752&state=* -- David Marchand

Re: [PATCH 0/3] more null pointer check removal

2022-06-22 Thread Tyler Retzlaff
On Wed, Jun 22, 2022 at 11:51:55AM -0700, Stephen Hemminger wrote: > Reran the Cocci script to check for unnecessary null > pointer comparisons before free related functions. > > Stephen Hemminger (3): > vdpa/mlx5: remove unnecessary null check > raw/ifpga: remove unnecessary null check > dm

[PATCH 0/3] more null pointer check removal

2022-06-22 Thread Stephen Hemminger
Reran the Cocci script to check for unnecessary null pointer comparisons before free related functions. Stephen Hemminger (3): vdpa/mlx5: remove unnecessary null check raw/ifpga: remove unnecessary null check dmap/dpaa2: remove unnecessary null check drivers/dma/dpaa2/dpaa2_qdma.c | 6