commit | a7da72eeec78b8ce08a99d132b3e269942b977eb | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Mon Jul 18 16:16:29 2016 +0900 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Aug 08 10:58:35 2016 +0900 |
tree | c829df298fbf7733f614743f98591b4b2d02063e | |
parent | 5475e6317525b37241766c2e87731fd152e1150b [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>