commit | 2d18baf6ed8ecf0e6419ad34cbe0fa7c616a8825 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Thu Nov 09 09:40:59 2017 +0100 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Nov 27 10:23:47 2017 +0900 |
tree | 30af5b263147f680b3a3784b67e2215cc80aa2cb | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 [diff] |
extcon: max77693: Delete unneeded initialization in max77693_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>