commit | cc60211237086d718e463bcee74004b5bd38a78c | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Mon Jul 18 16:16:29 2016 +0900 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Sat Sep 10 16:48:46 2016 +0530 |
tree | a602967f27d957dd48732464554786496a28cc0f | |
parent | cdc058320209d69a5eb7692658279e16aceb2d69 [diff] |
extcon: adc-jack: 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/get_cable_state_() with extcon id. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>