Re: [PATCH] bsp/raspberrypi: Move assignment outside if-condition

2015-12-29 Thread Joel Sherrill
Thanks. I suspected that was the issue but wouldn't have dared changed the code without asking. :) Hopefully you are enjoying your holidays. --joel On Tue, Dec 29, 2015 at 6:09 PM, Jan Sommer wrote: > Assignment was misplaced by one line. > --- > c/src/lib/libbsp/arm/raspberrypi/i2c/i2c.c | 2

[PATCH] bsp/raspberrypi: Move assignment outside if-condition

2015-12-29 Thread Jan Sommer
Assignment was misplaced by one line. --- c/src/lib/libbsp/arm/raspberrypi/i2c/i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/arm/raspberrypi/i2c/i2c.c b/c/src/lib/libbsp/arm/raspberrypi/i2c/i2c.c index 6d9a2cd..9bf90ec 100644 --- a/c/src/lib/libbsp/arm