mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +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>