public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Unnecessary code cleanup patches
@ 2025-04-02 23:28 Abraham Samuel Adekunle
  2025-04-02 23:29 ` [PATCH 1/2] staging: media: Remove NULL test on an already tested value Abraham Samuel Adekunle
  2025-04-02 23:29 ` [PATCH 2/2] staging: rtl8723bs: Prevent duplicate NULL tests on a value Abraham Samuel Adekunle
  0 siblings, 2 replies; 6+ messages in thread
From: Abraham Samuel Adekunle @ 2025-04-02 23:28 UTC (permalink / raw)
  To: outreachy, julia.lawall
  Cc: hdegoede, mchehab, sakari.ailus, andy, gregkh, linux-staging,
	linux-kernel, Abraham Samuel Adekunle

The patchset modifies unnecessary duplicate NULL test
on a value in an expression, when the value has been NULL
tested in a previous expression.

Abraham Samuel Adekunle (2):
  staging: media: Remove NULL test on an already tested value
  staging: rtl8723bs: Prevent duplicate NULL tests on a value

 drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c | 2 +-
 drivers/staging/media/av7110/sp8870.c                     | 2 +-
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c             | 2 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-04-03  7:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02 23:28 [PATCH 0/2] Unnecessary code cleanup patches Abraham Samuel Adekunle
2025-04-02 23:29 ` [PATCH 1/2] staging: media: Remove NULL test on an already tested value Abraham Samuel Adekunle
2025-04-03  5:18   ` Andy Shevchenko
2025-04-03  7:10     ` Samuel Abraham
2025-04-02 23:29 ` [PATCH 2/2] staging: rtl8723bs: Prevent duplicate NULL tests on a value Abraham Samuel Adekunle
2025-04-03  5:26   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox