extcon: max8997: Delete unneeded initialization in max8997_muic_set_path()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 9 Nov 2017 09:00:08 +0000 (10:00 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 27 Nov 2017 01:23:47 +0000 (10:23 +0900)
commit00c2f524b8bb3e84b88aec0919a61ce947554c53
treed4759270daf1bf83ccbdbdc62930b34c95da4f5f
parent2d18baf6ed8ecf0e6419ad34cbe0fa7c616a8825
extcon: max8997: Delete unneeded initialization in max8997_muic_set_path()

The variable "ret" will be set to an appropriate value a bit later.
Thus this patch omits the explicit initialization at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max8997.c