Re: [PATCH -next v2] scsi: qedf: Remove dead code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/20/24 11:29 PM, Liao Chen wrote:
If container_of() is used correctly, its result is never NULL. Remove
the code that depends on container_of() returning a NULL pointer.

Signed-off-by: Liao Chen <liaochen4@xxxxxxxxxx>
---
  drivers/scsi/qedf/qedf_main.c | 5 -----
  1 file changed, 5 deletions(-)

diff --git a/drivers/scsi/qedf/qedf_main.c b/drivers/scsi/qedf/qedf_main.c
index cf13148ba281..df756f3eef3e 100644
--- a/drivers/scsi/qedf/qedf_main.c
+++ b/drivers/scsi/qedf/qedf_main.c
@@ -4018,11 +4018,6 @@ void qedf_stag_change_work(struct work_struct *work)
  	struct qedf_ctx *qedf =
  	    container_of(work, struct qedf_ctx, stag_work.work);
- if (!qedf) {
-		QEDF_ERR(&qedf->dbg_ctx, "qedf is NULL");
-		return;
-	}
-
  	if (test_bit(QEDF_IN_RECOVERY, &qedf->flags)) {
  		QEDF_ERR(&qedf->dbg_ctx,
  			 "Already is in recovery, hence not calling software context reset.\n");

The merge window is open so this is not the best time to send patches
that are not fixes for issues discovered during the merge window.
Anyway:

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux