Re: [U-Boot] [PATCH 1/3] rockchip: i2c: use named constant when appropriate

2016-09-05 Thread Simon Glass
On 18 August 2016 at 13:08, John Keeping wrote: > Make it clear that we are using the same value in two adjacent lines. > > Signed-off-by: John Keeping > --- > > drivers/i2c/rk_i2c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon Glass _

[U-Boot] [PATCH 1/3] rockchip: i2c: use named constant when appropriate

2016-08-18 Thread John Keeping
Make it clear that we are using the same value in two adjacent lines. Signed-off-by: John Keeping --- drivers/i2c/rk_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/rk_i2c.c b/drivers/i2c/rk_i2c.c index 63b1418..2597970 100644 --- a/drivers/i2c/rk_i2c.c +++