OSDN Git Service

extcon: max14577: Delete an unnecessary variable initialisation in max14577_muic_set_...
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 22 Oct 2017 17:39:12 +0000 (19:39 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 23 Oct 2017 05:10:26 +0000 (14:10 +0900)
commitb743483bd4b1d9e0ac093fe184aefdd9f59264d4
treee4eeb59eaa6b7b4a0e44ca85db9316d0126eda13
parent5183240cde56e6ab5b78120b041e009cd0c5b345
extcon: max14577: Delete an unnecessary variable initialisation in max14577_muic_set_path()

The variable "ret" is immediately reassigned by a following statement.
Thus omit the explicit initialisation at the beginning.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max14577.c