public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: zfcp: remove redundant put_device
@ 2018-09-06  6:16 Ding Xiang
  2018-09-06  6:24 ` Heiko Carstens
  0 siblings, 1 reply; 3+ messages in thread
From: Ding Xiang @ 2018-09-06  6:16 UTC (permalink / raw)
  To: schwidefsky, heiko.carstens, linux-s390, linux-kernel

device_unregister will put device, do not need to do it one more time

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
---
 drivers/s390/scsi/zfcp_unit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/s390/scsi/zfcp_unit.c b/drivers/s390/scsi/zfcp_unit.c
index 1bf0a09..6b50084 100644
--- a/drivers/s390/scsi/zfcp_unit.c
+++ b/drivers/s390/scsi/zfcp_unit.c
@@ -249,8 +249,6 @@ int zfcp_unit_remove(struct zfcp_port *port, u64 fcp_lun)
 		scsi_device_put(sdev);
 	}
 
-	put_device(&unit->dev);
-
 	device_unregister(&unit->dev);
 
 	return 0;
-- 
1.9.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-06  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06  6:16 [PATCH] scsi: zfcp: remove redundant put_device Ding Xiang
2018-09-06  6:24 ` Heiko Carstens
2018-09-06  6:43   ` Ding Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox