Re: [PATCH v2 v2 2/4] scsi: ufs-qcom: Remove uses of UFS_BIT() macro

2017-10-03 Thread Bart Van Assche
On Tue, 2017-10-03 at 20:51 +0530, Alim Akhtar wrote: > Use actual bit position instead of UFS_BIT() macro. This > patch also changes bit-17 to meaningful #define. Reviewed-by: Bart Van Assche

[PATCH v2 v2 2/4] scsi: ufs-qcom: Remove uses of UFS_BIT() macro

2017-10-03 Thread Alim Akhtar
Use actual bit position instead of UFS_BIT() macro. This patch also changes bit-17 to meaningful #define. This change is as per discussion here [1] [1] -> https://lkml.org/lkml/2017/8/28/786 Signed-off-by: Alim Akhtar Cc: Subhash Jadavani ---