On Wed, Jul 20, 2016 at 04:38:44PM +0900, Chanwoo Choi wrote: > This patch remvoes the usage of extcon_update_state() because > the extcon_update_state() use directly the bit masking calculation > to change the state of external connector without the unique id of > external connector. It makes the code diffcult to read it. > So, this patch uses the extcon_set_cable_state_() instead. > > Cc: Charles Keepax <ckee...@opensource.wolfsonmicro.com> > Cc: patc...@opensource.wolfsonmicro.com > Signed-off-by: Chanwoo Choi <cw00.c...@samsung.com> > ---
Acked-by: Charles Keepax <ckee...@opensource.wolfsonmicro.com> Thanks, Charles