commit | 7575591c2db8cbf4ba543cb9bcb6a4cdd5a7aa97 | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Thu Jul 21 20:00:29 2016 +0900 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Aug 08 10:58:36 2016 +0900 |
tree | b1b865f0a14e1e01134c3ffa4e7da767ac1085d8 | |
parent | a7da72eeec78b8ce08a99d132b3e269942b977eb [diff] |
extcon: gpio: Remove the usage of extcon_set_state() This patch removes the usage of extcon_set_state() because it uses the bit masking to change the state of external connectors. The extcon framework should handle the state by extcon_set_cable_state_() with extcon id. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>