Re: [PATCH v1 1/2] scsi: ufs: cleanup unused min_uA in struct ufs_vreg

2019-03-14 Thread Stanley Chu
Hi Marc, On Thu, 2019-03-14 at 19:57 +0800, Marc Gonzalez wrote: > On 14/03/2019 11:40, Stanley Chu wrote: > > > scsi: ufs: cleanup unused min_uA in struct ufs_vreg > > cleanup => drop/remove/delete > > > min_uA in strcut ufs_vreg is not used by any ufs > > drivers thus remove it. > > Nits: >

Re: [PATCH v1 1/2] scsi: ufs: cleanup unused min_uA in struct ufs_vreg

2019-03-14 Thread Marc Gonzalez
On 14/03/2019 11:40, Stanley Chu wrote: > scsi: ufs: cleanup unused min_uA in struct ufs_vreg cleanup => drop/remove/delete > min_uA in strcut ufs_vreg is not used by any ufs > drivers thus remove it. Nits: min_uA => min_uA field (?) strcut => struct not used by any ufs drivers => not used any

[PATCH v1 1/2] scsi: ufs: cleanup unused min_uA in struct ufs_vreg

2019-03-14 Thread Stanley Chu
min_uA in strcut ufs_vreg is not used by any ufs drivers thus remove it. Signed-off-by: Stanley Chu --- drivers/scsi/ufs/ufs.h | 1 - drivers/scsi/ufs/ufshcd-pltfrm.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h index 7da7318eb6a6