Skip to content

Commit 9599a1c

Browse files
avri-altman-sndkmartinkpetersen
authored andcommitted
scsi: ufs: Fix a duplicate dev quirk number
Fixes: 2b2bfc8 ("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>
1 parent 1f9f22a commit 9599a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/scsi/ufs/ufshcd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ enum ufshcd_quirks {
570570
/*
571571
* This quirk allows only sg entries aligned with page size.
572572
*/
573-
UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZE = 1 << 13,
573+
UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZE = 1 << 14,
574574
};
575575

576576
enum ufshcd_caps {

0 commit comments

Comments
 (0)