Re: [PATCH 3/3] regulator: rk8xx: clarify operator precedence

2024-06-06 Thread Simon Glass
On Wed, 5 Jun 2024 at 03:33, Quentin Schulz wrote: > > From: Quentin Schulz > > My linter complains that the order isn't clear enough so let's put > parentheses around the ternary condition to make it happy. > > Signed-off-by: Quentin Schulz > --- > drivers/power/regulator/rk8xx.c | 26

Re: [PATCH 3/3] regulator: rk8xx: clarify operator precedence

2024-06-05 Thread Kever Yang
On 2024/6/5 17:33, Quentin Schulz wrote: From: Quentin Schulz My linter complains that the order isn't clear enough so let's put parentheses around the ternary condition to make it happy. Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang Thanks, - Kever --- drivers/power/regulator

Re: [PATCH 3/3] regulator: rk8xx: clarify operator precedence

2024-06-05 Thread Mattijs Korpershoek
Hi Quentin, Thank you for the patch. On mer., juin 05, 2024 at 11:33, Quentin Schulz wrote: > From: Quentin Schulz > > My linter complains that the order isn't clear enough so let's put > parentheses around the ternary condition to make it happy. > > Signed-off-by: Quentin Schulz Reviewed-by

[PATCH 3/3] regulator: rk8xx: clarify operator precedence

2024-06-05 Thread Quentin Schulz
From: Quentin Schulz My linter complains that the order isn't clear enough so let's put parentheses around the ternary condition to make it happy. Signed-off-by: Quentin Schulz --- drivers/power/regulator/rk8xx.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-