Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9e5be47 authored by Asutosh Das's avatar Asutosh Das
Browse files

scsi: ufs: Fix overlapping quirks



Fixes overlapping quirk definittions.

Change-Id: I27ce3f3d1e855d4463f68ff09c41efee18e0f2f0
Signed-off-by: default avatarAsutosh Das <asutoshd@codeaurora.org>
parent 8ac77746
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -961,9 +961,9 @@ struct ufs_hba {
#define	UFSHCD_CAP_WB_EN (1 << 8)

#ifdef CONFIG_SCSI_UFSHCD_QTI
#define UFSHCD_CAP_POWER_COLLAPSE_DURING_HIBERN8 (1 << 8)
#define UFSHCD_CAP_POWER_COLLAPSE_DURING_HIBERN8 (1 << 9)
	/* Allow standalone Hibern8 enter on idle */
#define UFSHCD_CAP_HIBERN8_ENTER_ON_IDLE (1 << 9)
#define UFSHCD_CAP_HIBERN8_ENTER_ON_IDLE (1 << 10)
	struct rw_semaphore lock;
	/* Bitmask for enabling debug prints */
	u32 ufshcd_dbg_print;