extcon: adc-jack: Remove the usage of extcon_set_state()
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 18 Jul 2016 07:16:29 +0000 (16:16 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 8 Aug 2016 01:58:35 +0000 (10:58 +0900)
commita7da72eeec78b8ce08a99d132b3e269942b977eb
treec829df298fbf7733f614743f98591b4b2d02063e
parent5475e6317525b37241766c2e87731fd152e1150b
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>
drivers/extcon/extcon-adc-jack.c
include/linux/extcon/extcon-adc-jack.h
This page took 0.025529 seconds and 5 git commands to generate.