Commit 9599a1cf authored by Avri Altman's avatar Avri Altman Committed by Martin K. Petersen

scsi: ufs: Fix a duplicate dev quirk number

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: default avatarBean Huo <beanhuo@micron.com>
Signed-off-by: default avatarAvri Altman <avri.altman@wdc.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 1f9f22ac
...@@ -570,7 +570,7 @@ enum ufshcd_quirks { ...@@ -570,7 +570,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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment