Re: [PATCH] gemalto: radio-settings: cleanup

2021-07-27 Thread Denis Kenzior
Hi Sergey, On 7/23/21 12:00 PM, Sergey Matyukevich wrote: Enum ofono_radio_access_mode has been replaced by unsigned int. This change allows to move handling of all the modes into 'switch' in the function gemalto_set_rat_mode. --- drivers/gemaltomodem/radio-settings.c | 15 ++- 1

[PATCH] gemalto: radio-settings: cleanup

2021-07-23 Thread Sergey Matyukevich
Enum ofono_radio_access_mode has been replaced by unsigned int. This change allows to move handling of all the modes into 'switch' in the function gemalto_set_rat_mode. --- drivers/gemaltomodem/radio-settings.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git