DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] unnecessary checks for null
@ 2024-11-12 17:38 Stephen Hemminger
  2024-11-12 17:38 ` [PATCH 1/3] bus/fslmc: remove unnecessary null check Stephen Hemminger
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Stephen Hemminger @ 2024-11-12 17:38 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

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

 drivers/bus/fslmc/fslmc_vfio.c                |  3 +--
 drivers/net/dpaa2/dpaa2_ethdev.c              |  3 +--
 drivers/net/dpaa2/dpaa2_flow.c                | 27 +++++++------------
 drivers/net/dpaa2/dpaa2_mux.c                 |  6 ++---
 drivers/net/ntnic/nthw/flow_api/flow_api.c    |  6 ++---
 .../flow_api/profile_inline/flm_age_queue.c   |  3 +--
 .../flow_api/profile_inline/flm_evt_queue.c   |  3 +--
 .../flow_api/profile_inline/flm_lrn_queue.c   |  3 +--
 drivers/net/ntnic/nthw/stat/nthw_stat.c       |  3 +--
 9 files changed, 19 insertions(+), 38 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-13  5:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-12 17:38 [PATCH 0/3] unnecessary checks for null Stephen Hemminger
2024-11-12 17:38 ` [PATCH 1/3] bus/fslmc: remove unnecessary null check Stephen Hemminger
2024-11-13  5:01   ` Hemant Agrawal
2024-11-12 17:38 ` [PATCH 2/3] net/dpaa2: remove unnecessary check for null before rte_free Stephen Hemminger
2024-11-13  5:01   ` Hemant Agrawal
2024-11-12 17:38 ` [PATCH 3/3] net/ntnic: remove unnecessary check for null before free Stephen Hemminger
2024-11-13  1:25 ` [PATCH 0/3] unnecessary checks for null Ferruh Yigit
2024-11-13  4:56   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).