mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-06 13:13:06 +09:00
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> (cherry picked from commit 0ddde3db610d57d28c1fe9a61e32dff1dc55ea59 git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git extcon-next) Change-Id: I64d5ff0c054ca0bab9a59105bf5c395d998665ff Signed-off-by: Chris Zhong <zyw@rock-chips.com>