Re: [PATCH V2] Use MACRO UINT_MAX instead of actual value

2016-06-07 Thread Minfei Huang
Ping. Any comment is appreciate. Thanks Minfei On 05/17/16 at 03:58P, Minfei Huang wrote: > It's more elegant to use MACRO UINT_MAX to represent the max value of > type unsigned int. So replace the actual value by using this MACRO. > > Signed-off-by: Minfei Huang > --- > v1: > - fix typo > ---

[PATCH V2] Use MACRO UINT_MAX instead of actual value

2016-05-17 Thread Minfei Huang
It's more elegant to use MACRO UINT_MAX to represent the max value of type unsigned int. So replace the actual value by using this MACRO. Signed-off-by: Minfei Huang --- v1: - fix typo --- drivers/nvme/host/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvme/h