]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
scsi: csiostor: Return value not required for csio_dfs_destroy
authorSaurav Girepunje <saurav.girepunje@gmail.com>
Mon, 28 Oct 2019 19:42:34 +0000 (01:12 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 2 Nov 2019 00:22:05 +0000 (20:22 -0400)
commit64dc4f346b5be50a96f41d628e88c0fdb0ee0254
treea4bc30a21795d69320591e7f07a54c975fb2bb02
parent75a740e6e81c89e26a1bd2e628b84131ad90c997
scsi: csiostor: Return value not required for csio_dfs_destroy

Only csio_hw_free() calling csio_dfs_destroy() and it is not checking
return value. So remove the return from csio_dfs_destroy().

Link: https://lore.kernel.org/r/20191028194234.GA27848@saurav
Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/csiostor/csio_init.c