* Re: [PATCH] mfd: sm501: prefer unsigned int over unsigned
[not found] ` <25f84d945d94832e8d6b295cff004439@208suo.com>
@ 2023-06-21 17:18 ` Lee Jones
0 siblings, 0 replies; only message in thread
From: Lee Jones @ 2023-06-21 17:18 UTC (permalink / raw)
To: baomingtong001; +Cc: linux-kernel
On Tue, 13 Jun 2023, baomingtong001@208suo.com wrote:
>
> Fix the following coccicheck warning:
>
> drivers/mfd/sm501.c:887: Prefer 'unsigned int' to bare use of 'unsigned'.
>
> Signed-off-by: Mindtong Bao <baomingtong001@208suo.com>
> ---
> drivers/mfd/sm501.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
This patch did not make it to the upstream mailing list (LKML).
https://lore.kernel.org/all/?q=%22mfd%3A+sm501%3A+prefer+unsigned+int+over+unsigned%22
I cannot take it unless it shows up there first.
Please debug this and resend.
> diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c
> index 28027982cf69..f08ad7249dc5 100644
> --- a/drivers/mfd/sm501.c
> +++ b/drivers/mfd/sm501.c
> @@ -884,7 +884,7 @@ static inline struct sm501_devdata
> *sm501_gpio_to_dev(struct sm501_gpio *gpio)
> return container_of(gpio, struct sm501_devdata, gpio);
> }
>
> -static int sm501_gpio_get(struct gpio_chip *chip, unsigned offset)
> +static int sm501_gpio_get(struct gpio_chip *chip, unsigned int offset)
>
> {
> struct sm501_gpio_chip *smgpio = gpiochip_get_data(chip);
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-21 17:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20230613082016.28701-1-luojianhong@cdjrlc.com>
[not found] ` <25f84d945d94832e8d6b295cff004439@208suo.com>
2023-06-21 17:18 ` [PATCH] mfd: sm501: prefer unsigned int over unsigned Lee Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.