[PATCH 7/9] ufs: don't stop controller before scsi_remove_host()

2013-07-29 Thread Santosh Y
From: Akinobu Mita 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 Cc: Vinayak Holikatti Cc: "James E.J. Bottomley" Cc: linux-scsi@vger.kerne

[PATCH 7/9] ufs: don't stop controller before scsi_remove_host()

2013-07-28 Thread Santosh Y
From: Akinobu Mita 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 Cc: Vinayak Holikatti Cc: "James E.J. Bottomley" Cc: linux-scsi@vger.kerne