]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wm831x-ts - remove use of ternary operator
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 1 Feb 2011 05:09:25 +0000 (21:09 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 1 Feb 2011 05:15:44 +0000 (21:15 -0800)
commit9bd28b9b29fd6c6729c6b5e121af28d1150c855a
tree49678818fd746defefb544d8319891311a67ab2f
parent1ca6d3c1e7c7883e04c65be8329874678bb8c5dc
Input: wm831x-ts - remove use of ternary operator

While being applied the driver was modified to add use of the ternary
operator. Write the conditionals out longhand as I find it terribly
unhelpful for legibility.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/wm831x-ts.c