OSDN Git Service

scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding it
authorJason Yan <yanaijie@huawei.com>
Wed, 28 Sep 2022 07:01:27 +0000 (15:01 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 18 Oct 2022 03:28:09 +0000 (03:28 +0000)
commitf0ed7bd5d9137b8e736e44ce353620ec19ee6242
tree4d7f1718898bbc9a49b94825ae76c4b8e7681c3a
parent178c39d94ac2cf9524ff797d90dcdf96b110fb27
scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding it

The attached phy finding is open coded. Replace it with
sas_find_attached_phy_id(). To keep things consistent, the return value of
hisi_sas_dev_found() is also changed to -ENODEV after calling
sas_find_attathed_phy_id() failed.

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20220928070130.3657183-6-yanaijie@huawei.com
Reviewed-by: Jack Wang <jinpu.wang@ionos.com>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Acked-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hisi_sas/hisi_sas_main.c