Re: [PATCH] common: boards: wolfvision: use state_by_alias instead of opencoding

2024-05-16 Thread Sascha Hauer
On Wed, 15 May 2024 08:07:36 +0200, Ahmad Fatoum wrote: > This introduces no functional change, but makes code a bit more compact. > > Applied, thanks! [1/1] common: boards: wolfvision: use state_by_alias instead of opencoding https://git.pengutronix.de/cgit/barebox/commit/?id=6b1df8b82

Re: [PATCH] common: boards: wolfvision: use state_by_alias instead of opencoding

2024-05-14 Thread Michael Riesch
Hi Ahmad, On 5/15/24 08:35, Ahmad Fatoum wrote: > Hello Michael, > > On 15.05.24 08:29, Michael Riesch wrote: >> Hi Ahmad, >> >> Thanks a lot for your patch! >> >> On 5/15/24 08:07, Ahmad Fatoum wrote: >>> This introduces no functional change, but makes code a bit more compact. >>> >>> Cc: Michae

Re: [PATCH] common: boards: wolfvision: use state_by_alias instead of opencoding

2024-05-14 Thread Ahmad Fatoum
Hello Michael, On 15.05.24 08:29, Michael Riesch wrote: > Hi Ahmad, > > Thanks a lot for your patch! > > On 5/15/24 08:07, Ahmad Fatoum wrote: >> This introduces no functional change, but makes code a bit more compact. >> >> Cc: Michael Riesch >> Signed-off-by: Ahmad Fatoum >> --- >> common/b

Re: [PATCH] common: boards: wolfvision: use state_by_alias instead of opencoding

2024-05-14 Thread Michael Riesch
Hi Ahmad, Thanks a lot for your patch! On 5/15/24 08:07, Ahmad Fatoum wrote: > This introduces no functional change, but makes code a bit more compact. > > Cc: Michael Riesch > Signed-off-by: Ahmad Fatoum > --- > common/boards/wolfvision/common.c | 6 +- > 1 file changed, 1 insertion(+),

[PATCH] common: boards: wolfvision: use state_by_alias instead of opencoding

2024-05-14 Thread Ahmad Fatoum
This introduces no functional change, but makes code a bit more compact. Cc: Michael Riesch Signed-off-by: Ahmad Fatoum --- common/boards/wolfvision/common.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/common/boards/wolfvision/common.c b/common/boards/wolfvision/co