From: Xiang Chen Date: Mon, 7 Nov 2016 12:48:36 +0000 (+0800) Subject: scsi: hisi_sas: delete repeated configuration in free_device_v2_hw() X-Git-Tag: v4.10-rc1~128^2~55 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=04b7f431da23241e3beaa61883fb6b74627bc5ac;p=karo-tx-linux.git scsi: hisi_sas: delete repeated configuration in free_device_v2_hw() Delete repeated configuration items for hisi_sas_device() when we free a device. These items are now only set in hisi_sas_dev_gone(). Signed-off-by: Xiang Chen Signed-off-by: John Garry Reviewed-by: Zhangfei Gao Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c index 75671936e4cc..3081eec77eb4 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c +++ b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c @@ -739,8 +739,6 @@ static void free_device_v2_hw(struct hisi_hba *hisi_hba, qw0 &= ~(1 << ITCT_HDR_VALID_OFF); hisi_sas_write32(hisi_hba, ENT_INT_SRC3, ENT_INT_SRC3_ITC_INT_MSK); - hisi_hba->devices[dev_id].dev_type = SAS_PHY_UNUSED; - hisi_hba->devices[dev_id].dev_status = HISI_SAS_DEV_NORMAL; /* clear the itct */ hisi_sas_write32(hisi_hba, ITCT_CLR, 0);