Re: [PATCH v2 1/4] scsi: ufs: Change HCI macro to actual bit position

From: Bart Van Assche
Date: Tue Oct 03 2017 - 11:39:20 EST


On Tue, 2017-10-03 at 20:51 +0530, Alim Akhtar wrote:
> Currently UFS HCI uses UFS_BIT() macro to get various bit
> position for the hardware registers status bits. Which makes
> code longer instead of shorter. This macro does not improve
> code readability as well.
> Lets re-write these macro definition with the actual bit position.

Reviewed-by: Bart Van Assche <bart.vanassche@xxxxxxx>