Skip to content

Commit

Permalink
scsi: ufs: Fix a duplicate dev quirk number
Browse files Browse the repository at this point in the history
[ Upstream commit 9599a1c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Avri Altman authored and Greg Kroah-Hartman committed Mar 11, 2021
1 parent 2dba0f8 commit 1611c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/ufs/ufshcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,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 {
Expand Down

0 comments on commit 1611c32

Please sign in to comment.