]> git.baikalelectronics.ru Git - kernel.git/commit
extcon: max77693: Delete unneeded initialization in max77693_muic_set_path()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 9 Nov 2017 08:40:59 +0000 (09:40 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 27 Nov 2017 01:23:47 +0000 (10:23 +0900)
commite5717f1a07f94faf82b61075a5e15bcc005c67e9
tree30af5b263147f680b3a3784b67e2215cc80aa2cb
parentf9e9d4ede33f20ad238fc11db0232eaede684940
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>
drivers/extcon/extcon-max77693.c