]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
extcon: gpio: Remove the usage of extcon_set_state()
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 21 Jul 2016 11:00:29 +0000 (20:00 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 8 Aug 2016 01:58:36 +0000 (10:58 +0900)
commit7575591c2db8cbf4ba543cb9bcb6a4cdd5a7aa97
treeb1b865f0a14e1e01134c3ffa4e7da767ac1085d8
parenta7da72eeec78b8ce08a99d132b3e269942b977eb
extcon: gpio: 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_cable_state_() with extcon id.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-gpio.c