iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 19 Dec 2013 15:28:27 +0000 (16:28 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 7 Jan 2014 08:37:18 +0000 (08:37 +0000)
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 <bigeasy@linutronix.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found