Re: [PATCH] drivers/adc/rockchip-saradc: remove double semi-colon

2022-03-14 Thread Giulio Benetti
On 14/03/22 09:04, Kever Yang wrote: Hi Giulio, Thanks for your patch, it's a good catching. Could you please update the subject with "rockchip: adc: ", and add a simple description in the commit message? Empy commit message is not allowed according to U-Boot patch commit rules :( Oh

Re: [PATCH] drivers/adc/rockchip-saradc: remove double semi-colon

2022-03-14 Thread Kever Yang
Hi Giulio, Thanks for your patch, it's a good catching. Could you please update the subject with "rockchip: adc: ", and add a simple description in the commit message? Empy commit message is not allowed according to U-Boot patch commit rules :( Thanks, - Kever Giulio Benetti 于2022年2月4日周

[PATCH] drivers/adc/rockchip-saradc: remove double semi-colon

2022-02-03 Thread Giulio Benetti
Signed-off-by: Giulio Benetti --- drivers/adc/rockchip-saradc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/adc/rockchip-saradc.c b/drivers/adc/rockchip-saradc.c index e464d33f22..e0cbab6aa0 100644 --- a/drivers/adc/rockchip-saradc.c +++ b/drivers/adc/rockchip-sara