Re: [U-Boot] [PATCH v1 02/18] i2c: ihs_i2c: Use macro bestpractices

2015-10-28 Thread Heiko Schocher
Hello Dirk, Am 28.10.2015 um 11:46 schrieb dirk.eib...@gdsys.cc: From: Dirk Eibach Reinhard Pfau complained that macros in ihs_i2c do not follow best practices. Signed-off-by: Dirk Eibach --- drivers/i2c/ihs_i2c.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deleti

[U-Boot] [PATCH v1 02/18] i2c: ihs_i2c: Use macro bestpractices

2015-10-28 Thread dirk . eibach
From: Dirk Eibach Reinhard Pfau complained that macros in ihs_i2c do not follow best practices. Signed-off-by: Dirk Eibach --- drivers/i2c/ihs_i2c.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/drivers/i2c/ihs_i2c.c b/drivers/i2c/ihs_i2c.c ind