scsi: ufs: Fix a duplicate dev quirk number
Fixes: 2b2bfc8aa5
("scsi: ufs: Introduce a quirk to allow only page-aligned sg entries")
Link: https://lore.kernel.org/r/20210211104638.292499-1-avri.altman@wdc.com
Reviewed-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Avri Altman <avri.altman@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
1f9f22acbb
Коммит
9599a1cf23
|
@ -570,7 +570,7 @@ enum ufshcd_quirks {
|
|||
/*
|
||||
* 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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче