[PATCH] scsi: mpt3sas: remove unnecessary comments.

From: Deming Wang
Date: Mon May 20 2024 - 07:05:20 EST


Remove unnecessary comments.

Signed-off-by: Deming Wang <wangdeming@xxxxxxxxxx>
---
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 7 -------
1 file changed, 7 deletions(-)

diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
index 12d08d8ba538..4f5c1b56c71b 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
@@ -2206,13 +2206,6 @@ _scsih_display_sata_capabilities(struct MPT3SAS_ADAPTER *ioc,
(flags & MPI2_SAS_DEVICE0_FLAGS_SATA_SW_PRESERVE) ? "y" : "n");
}

-/*
- * raid transport support -
- * Enabled for SLES11 and newer, in older kernels the driver will panic when
- * unloading the driver followed by a load - I believe that the subroutine
- * raid_class_release() is not cleaning up properly.
- */
-
/**
* scsih_is_raid - return boolean indicating device is raid volume
* @dev: the device struct object
--
2.31.1