Re: [U-Boot] [PATCH] mv_i2c: fix warnings on 64-bit builds

2015-03-18 Thread Heiko Schocher
Hello Rob, Am 17.03.2015 21:46, schrieb Rob Herring: Change addresses to unsigned long to be compatible with 64-bit builds. Signed-off-by: Rob Herring Cc: Heiko Schocher --- drivers/i2c/mv_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thanks! applied to u-boot-i2c.git bye

[U-Boot] [PATCH] mv_i2c: fix warnings on 64-bit builds

2015-03-17 Thread Rob Herring
Change addresses to unsigned long to be compatible with 64-bit builds. Signed-off-by: Rob Herring Cc: Heiko Schocher --- drivers/i2c/mv_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/mv_i2c.c b/drivers/i2c/mv_i2c.c index e65cce0..fc02e65 100644 --- a/drive