iio: adc: ti_am335x_adc: use variable names for sizeof() operator
authorAndrew F. Davis <afd@ti.com>
Tue, 31 May 2016 17:00:12 +0000 (12:00 -0500)
committerJonathan Cameron <jic23@kernel.org>
Fri, 3 Jun 2016 12:14:53 +0000 (13:14 +0100)
commitfea89e2dfceaf78d132b12a4aab3db3c04fb5639
tree9771642489a17b8ff650dd101d12d3b6bc927b43
parentd7203ad864db0b34f0e106ec0659890c4e58c143
iio: adc: ti_am335x_adc: use variable names for sizeof() operator

Fix the code formatting to use the kernel preferred style
of using the actual variables to determize the size using
the sizeof() operator.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/ti_am335x_adc.c