]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
scsi: mpi3mr: Fix duplicate device entries when scanning through sysfs
authorSreekanth Reddy <sreekanth.reddy@broadcom.com>
Thu, 14 Oct 2021 05:54:25 +0000 (11:24 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 17 Oct 2021 02:16:37 +0000 (22:16 -0400)
commit97e6ea6d78064e7f1e9e19c45dc690aabbb71297
tree32a0d7190749f77a56a1b474b6999bf5b19cbe5b
parentf2b85040acec9a928b4eb1b57a989324e8e38d3f
scsi: mpi3mr: Fix duplicate device entries when scanning through sysfs

When scanning devices through the 'scan' attribute in sysfs, the user will
observe duplicate device entries in lsscsi command output.

Set the shost's max_channel to zero to avoid this.

Link: https://lore.kernel.org/r/20211014055425.30719-1-sreekanth.reddy@broadcom.com
Fixes: 824a156633df ("scsi: mpi3mr: Base driver code")
Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/mpi3mr/mpi3mr_os.c