Loading include/linux/scsi/ufs/ufshcd.h +1 −1 Original line number Diff line number Diff line Loading @@ -728,7 +728,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; Loading Loading
include/linux/scsi/ufs/ufshcd.h +1 −1 Original line number Diff line number Diff line Loading @@ -728,7 +728,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; Loading