mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-02 17:12:39 +00: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>