Re: [PATCH] ARM: samsung: adc: fix race in s3c_adc_start

2012-07-12 Thread Todd Poynor
On Fri, Jul 13, 2012 at 07:41:11AM +0900, Kukjin Kim wrote: BTW, Todd, do you want to keep the 'Change-Id' in mainline? If you don't mind, I'd like to remove it... Oops, I forgot to take it out, please do remove it, thanks. Todd -- To unsubscribe from this list: send the line unsubscribe

[PATCH] ARM: samsung: adc: fix race in s3c_adc_start

2012-07-11 Thread Todd Poynor
Checking for adc-ts_pend already claimed should be done with the lock held. Change-Id: Ic9f15e26bd19934ab8c2885ce5df265933ac304a Signed-off-by: Todd Poynor toddpoy...@google.com --- arch/arm/plat-samsung/adc.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch