]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: ti_am335x_tscadc: Unify variable naming when referencing ti_tscadc_dev
authorAndrew F. Davis <afd@ti.com>
Wed, 8 Jun 2016 15:54:34 +0000 (10:54 -0500)
committerLee Jones <lee.jones@linaro.org>
Wed, 29 Jun 2016 09:14:38 +0000 (10:14 +0100)
commita318b7d0fa9c28df057747d584caaac52115f026
tree2224e05220e95231e321178209bcd729de719293
parent3df140d11c6dbf319f4e1bc034e202546fc5ec5c
mfd: ti_am335x_tscadc: Unify variable naming when referencing ti_tscadc_dev

All functions in this driver reference the same ti_tscadc_dev per device
but use several different names for this structure pointer, this can
be confusing when following the code. Use the name 'tscadc' everywhere.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ti_am335x_tscadc.c