Re: [PATCH 2/2] extcon: arizona: Fix race with microphone detection and removal

2013-11-04 Thread Charles Keepax
On Mon, Nov 04, 2013 at 09:38:00AM +0900, Chanwoo Choi wrote: > This patch has build break as below log: > > drivers/extcon/extcon-arizona.c: In function ‘arizona_micd_detect’: > drivers/extcon/extcon-arizona.c:776:11: error: ‘struct arizona_extcon_info’ > has no member named ‘cable’ > > The ari

Re: [PATCH 2/2] extcon: arizona: Fix race with microphone detection and removal

2013-11-03 Thread Chanwoo Choi
On 10/28/2013 01:19 AM, Charles Keepax wrote: > The microphone detection code is run as delayed work to provide > additional debounce, it is possible that the jack could have been > removed by the time we process the microphone detection. Turn this case > into a no op. > > Signed-off-by: Charles K

[PATCH 2/2] extcon: arizona: Fix race with microphone detection and removal

2013-10-27 Thread Charles Keepax
The microphone detection code is run as delayed work to provide additional debounce, it is possible that the jack could have been removed by the time we process the microphone detection. Turn this case into a no op. Signed-off-by: Charles Keepax --- As Lee Jones took the first patch (extcon: ari