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

Commit 98232d9e authored by Subhash Jadavani's avatar Subhash Jadavani
Browse files

scsi: ufs: fix capability bit map values



It seems that hibern8 on idle and keep bkops always enabled
(except suspend) are sharing the same capability bit map values.
This change fixes the same.

Change-Id: I0bf7f5762cf1c966db452819c20b66dea887de71
Signed-off-by: default avatarSubhash Jadavani <subhashj@codeaurora.org>
parent 59857935
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ struct ufs_hba {
	 * to do background operation when it's active but it might degrade
	 * the performance of ongoing read/write operations.
	 */
#define UFSHCD_CAP_KEEP_AUTO_BKOPS_ENABLED_EXCEPT_SUSPEND (1 << 5)
#define UFSHCD_CAP_KEEP_AUTO_BKOPS_ENABLED_EXCEPT_SUSPEND (1 << 6)

	struct devfreq *devfreq;
	struct ufs_clk_scaling clk_scaling;