mfd: tps65910: Delete an unnecessary variable initialisation in four functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 9 Mar 2018 08:06:14 +0000 (09:06 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 16 May 2018 08:21:48 +0000 (09:21 +0100)
commitdae3be365537b2da53f355e6dfec0e3a8ea1d425
tree59b92f1a3ad8e21f755a3a0b7c7884348869d99d
parent93e879ef0e168b4a4cf2ff316184ae2f250aa6c3
mfd: tps65910: Delete an unnecessary variable initialisation in four functions

The local variable "ret" will be set to an appropriate value a bit later.
Thus omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps65910.c