commit | 723d928417bffff6467da155d8ebbbe016464012 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jan 31 21:09:25 2011 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Jan 31 21:15:44 2011 -0800 |
tree | 49678818fd746defefb544d8319891311a67ab2f | |
parent | 00cfa730db0d8378685148e6365b9cec7384b275 [diff] |
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>