]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] ufs: don't stop controller before scsi_remove_host()
authorAkinobu Mita <mita@fixstars.com>
Mon, 29 Jul 2013 19:06:03 +0000 (00:36 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 26 Aug 2013 08:51:28 +0000 (12:51 +0400)
commit61a9d0208af91fb9912b176d08a36cb2e2c78058
tree69c520d0cd23ec72285aba42069181b289a726c7
parent6a798408f1870a50a5d74cad78279d4a9a953d54
[SCSI] ufs: don't stop controller before scsi_remove_host()

scsi_remove_host() sends SYNCHRONIZE CACHE commands for write cache
enabled scsi disk devices.  So stopping controller working shouldn't
be done before scsi_remove_host().

Signed-off-by: Akinobu Mita <mita@fixstars.com>
Signed-off-by: Santosh Y <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/ufs/ufshcd.c