scsi: ufs: ufshpb: Remove enum initialization value
If the first enumerator has no initializer, the value of the corresponding constant is zero. Link: https://lore.kernel.org/r/20220505134707.35929-3-huobean@gmail.com Reviewed-by: Keoseong Park <keosung.park@samsung.com> Signed-off-by: Bean Huo <beanhuo@micron.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
facc239c87
commit
6f341ed5e3
@ -59,8 +59,8 @@ enum UFSHPB_MODE {
|
||||
};
|
||||
|
||||
enum UFSHPB_STATE {
|
||||
HPB_INIT = 0,
|
||||
HPB_PRESENT = 1,
|
||||
HPB_INIT,
|
||||
HPB_PRESENT,
|
||||
HPB_SUSPEND,
|
||||
HPB_FAILED,
|
||||
HPB_RESET,
|
||||
|
Loading…
x
Reference in New Issue
Block a user