Input: regulator-haptic - simplify code
authorAxel Lin <axel.lin@ingics.com>
Sat, 10 Jan 2015 01:43:06 +0000 (17:43 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 11 Jan 2015 23:52:59 +0000 (15:52 -0800)
commit3cb6dcfa44e883412f8df2f2b1917b0d359f3ec4
tree5752ccd4871f825d4f89acaa3d26a9c3a74875ec
parentf17effbe891624fe1ec2dcfa68625ed1c98ebe3a
Input: regulator-haptic - simplify code

All the use cases in this driver has a regulator_haptic_toggle() call after
regulator_haptic_set_voltage(). So make regulator_haptic_set_voltage() call
regulator_haptic_toggle() to simplify the code.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/regulator-haptic.c