提交 c9fb1ae9 编写于 作者: A Avri Altman 提交者: Zheng Zengkai

scsi: ufs: Fix a duplicate dev quirk number

stable inclusion
from stable-5.10.23
commit 1611c323df9f5ddfc1ed36c9deec6052da9d40df
bugzilla: 50838

--------------------------------

[ Upstream commit 9599a1cf ]

Fixes: 2b2bfc8a ("scsi: ufs: Introduce a quirk to allow only page-aligned sg entries")
Link: https://lore.kernel.org/r/20210211104638.292499-1-avri.altman@wdc.comReviewed-by: NBean Huo <beanhuo@micron.com>
Signed-off-by: NAvri Altman <avri.altman@wdc.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Acked-by: N  Weilong Chen <chenweilong@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 34a4b952
...@@ -553,7 +553,7 @@ enum ufshcd_quirks { ...@@ -553,7 +553,7 @@ enum ufshcd_quirks {
/* /*
* This quirk allows only sg entries aligned with page size. * This quirk allows only sg entries aligned with page size.
*/ */
UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZE = 1 << 13, UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZE = 1 << 14,
}; };
enum ufshcd_caps { enum ufshcd_caps {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册