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

Commit d67b2397 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: Fix overlapping quirks"

parents 41038b1c e9e5be47
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;