]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
scsi: hisi_sas: replace kfree with scsi_host_put
authorJohn Garry <john.garry@huawei.com>
Thu, 10 Aug 2017 16:09:43 +0000 (00:09 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Aug 2017 02:28:49 +0000 (22:28 -0400)
commit76aae5f60bb0029cd1a5b9fa8ed6705498db52ee
treeddc0cbda23166cf5b728ac4a00576e167a3092e2
parent5aec704f0db7b12663b13b3c73dc1432f9dddcf0
scsi: hisi_sas: replace kfree with scsi_host_put

Instances of kfree(shost) should be replaced with scsi_host_put().

In addition, a missing scsi_host_put() is added for error path in
hisi_sas_shost_alloc_pci() and v3 driver removal.

Signed-off-by: Pan Bian <bianpan2016@163.com> # For main.c changes
Signed-off-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
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c