Re: [PATCH] button: adc: fix treshold typo

2021-03-08 Thread Neil Armstrong
On 23/02/2021 19:18, Marek Szyprowski wrote: > On 23.02.2021 16:10, Neil Armstrong wrote: >> Fix the treshold typo in code by threshold. >> >> Fixes: c0165c85c3 ("button: add a simple Analog to Digital Converter device >> based button driver") >> Suggested-by: Tom Rini >> Signed-off-by: Neil Arms

Re: [PATCH] button: adc: fix treshold typo

2021-02-23 Thread Marek Szyprowski
On 23.02.2021 16:10, Neil Armstrong wrote: > Fix the treshold typo in code by threshold. > > Fixes: c0165c85c3 ("button: add a simple Analog to Digital Converter device > based button driver") > Suggested-by: Tom Rini > Signed-off-by: Neil Armstrong Acked-by: Marek Szyprowski > --- > drivers/

[PATCH] button: adc: fix treshold typo

2021-02-23 Thread Neil Armstrong
Fix the treshold typo in code by threshold. Fixes: c0165c85c3 ("button: add a simple Analog to Digital Converter device based button driver") Suggested-by: Tom Rini Signed-off-by: Neil Armstrong --- drivers/button/button-adc.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-