Re: [PATCH] arm: exynos: Use proper ADC device name

2020-01-28 Thread Minkyu Kang
On 14/01/2020 23:04, Marek Szyprowski wrote: > Since commit 4213609cc7 ("drivers: core: use strcmp when find device by > name") one has to provide full name to get requested object. Fix the code > used to detect Odroid board revision to use proper ADC device name then. > > Signed-off-by: Marek Szy

Re: [PATCH] arm: exynos: Use proper ADC device name

2020-01-15 Thread Anand Moon
Hi Marek, On Tue, 14 Jan 2020 at 19:34, Marek Szyprowski wrote: > > Since commit 4213609cc7 ("drivers: core: use strcmp when find device by > name") one has to provide full name to get requested object. Fix the code > used to detect Odroid board revision to use proper ADC device name then. > > Si