Re: [PATCH 4/6] msm_qcom: use unsigned int

2023-11-03 Thread Sumit Garg
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote: > > Replaces the uses of "unsigned" with "unsigned int". > > Signed-off-by: Caleb Connolly > --- > drivers/gpio/msm_gpio.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Sumit Garg -Sumit > diff --git a/drive

[PATCH 4/6] msm_qcom: use unsigned int

2023-10-31 Thread Caleb Connolly
Replaces the uses of "unsigned" with "unsigned int". Signed-off-by: Caleb Connolly --- drivers/gpio/msm_gpio.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpio/msm_gpio.c b/drivers/gpio/msm_gpio.c index 7a09abdafb2e..7d01fecf46f2 100644 --- a/drivers/gpio/