commit | 00c2f524b8bb3e84b88aec0919a61ce947554c53 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Thu Nov 09 10:00:08 2017 +0100 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Nov 27 10:23:47 2017 +0900 |
tree | d4759270daf1bf83ccbdbdc62930b34c95da4f5f | |
parent | 2d18baf6ed8ecf0e6419ad34cbe0fa7c616a8825 [diff] |
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>