scsi: ufs-msm: remove command queue quirk

So far the command queue for the whole UFS device was depend on the
UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND quirk due to stability issues.
Now, that we gained stability, with new UFS devices FW, we can
remove the UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND quirk

Change-Id: I7aef145e226e5b207d0146f58b5cd9c87ed5bb91
Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
This commit is contained in:
Yaniv Gardi 2013-11-17 16:24:24 +02:00 committed by David Keitel
parent d706844272
commit f97ac66e17

View file

@ -1438,7 +1438,6 @@ static void msm_ufs_advertise_quirks(struct ufs_hba *hba)
| UFSHCD_QUIRK_BROKEN_HIBERN8
| UFSHCD_QUIRK_BROKEN_VER_REG_1_1
| UFSHCD_QUIRK_BROKEN_CAP_64_BIT_0
| UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND
| UFSHCD_QUIRK_BROKEN_PWR_MODE_CHANGE
| UFSHCD_QUIRK_DELAY_BEFORE_DME_CMDS
| UFSHCD_QUIRK_BROKEN_SUSPEND);