commit | b743483bd4b1d9e0ac093fe184aefdd9f59264d4 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Oct 22 19:39:12 2017 +0200 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Oct 23 14:10:26 2017 +0900 |
tree | e4eeb59eaa6b7b4a0e44ca85db9316d0126eda13 | |
parent | 5183240cde56e6ab5b78120b041e009cd0c5b345 [diff] |
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>