]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: mpt3sas: Fix error return value in _scsih_expander_add()
authorZhen Lei <thunder.leizhen@huawei.com>
Fri, 14 May 2021 08:13:00 +0000 (16:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:53:45 +0000 (16:53 +0200)
commitc51249bbe92199d68d647ff973a5a363148f9d70
treeca9e378366f7ffc8210915badf091013fdb71e94
parentfcfce1c1fc2885ac9e50459d809ab1fc2ec161cb
scsi: mpt3sas: Fix error return value in _scsih_expander_add()

[ Upstream commit d6c2ce435ffe23ef7f395ae76ec747414589db46 ]

When an expander does not contain any 'phys', an appropriate error code -1
should be returned, as done elsewhere in this function. However, we
currently do not explicitly assign this error code to 'rc'. As a result, 0
was incorrectly returned.

Link: https://lore.kernel.org/r/20210514081300.6650-1-thunder.leizhen@huawei.com
Fixes: a1a99f1e639f ("[SCSI] mpt3sas: add new driver supporting 12GB SAS")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/mpt3sas/mpt3sas_scsih.c