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)
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>

No differences found