Re: [PATCH 1/5] iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw()

2014-01-06 Thread Lee Jones
On Sun, 22 Dec 2013, Jonathan Cameron wrote: > On 12/19/13 15:28, Sebastian Andrzej Siewior wrote: > > It somehow looks like the ending bracket belongs to the if statement but > > it does belong to the while loop. This patch moves the bracket where it > > belongs. > > > > Reviewed-by: Lee Jones

Re: [PATCH 1/5] iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw()

2013-12-22 Thread Jonathan Cameron
On 12/19/13 15:28, Sebastian Andrzej Siewior wrote: > It somehow looks like the ending bracket belongs to the if statement but > it does belong to the while loop. This patch moves the bracket where it > belongs. > > Reviewed-by: Lee Jones > Signed-off-by: Sebastian Andrzej Siewior Acked-by: Jona

[PATCH 1/5] iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw()

2013-12-19 Thread Sebastian Andrzej Siewior
It somehow looks like the ending bracket belongs to the if statement but it does belong to the while loop. This patch moves the bracket where it belongs. Reviewed-by: Lee Jones Signed-off-by: Sebastian Andrzej Siewior --- drivers/iio/adc/ti_am335x_adc.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH 1/5] iio: ti_am335x_adc: adjust the closing bracket in tiadc_read_raw()

2013-12-19 Thread Lee Jones
On Wed, 18 Dec 2013, Sebastian Andrzej Siewior wrote: > It somehow looks like the ending bracket belongs to the if statement but > it does belong to the while loop. This patch moves the bracket where it > belongs. > > Signed-off-by: Sebastian Andrzej Siewior > --- > drivers/iio/adc/ti_am335x_ad

[PATCH 1/5] iio: ti_am335x_adc: adjust the closing bracket in tiadc_read_raw()

2013-12-18 Thread Sebastian Andrzej Siewior
It somehow looks like the ending bracket belongs to the if statement but it does belong to the while loop. This patch moves the bracket where it belongs. Signed-off-by: Sebastian Andrzej Siewior --- drivers/iio/adc/ti_am335x_adc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git