Re: [PATCH 1/2] [PATCH] gpio: Replace usage of bare 'unsigned' with 'unsigned int'

2019-08-05 Thread Linus Walleij
On Sun, Jul 21, 2019 at 2:53 PM Hennie Muller wrote: > Fixes a couple of warnings by checkpatch and sparse. > > Signed-off-by: Hennie Muller Patch applied. Yours, Linus Walleij

Re: [PATCH 1/2] [PATCH] gpio: Replace usage of bare 'unsigned' with 'unsigned int'

2019-08-05 Thread Linus Walleij
On Mon, Jul 22, 2019 at 6:52 AM Hennie Muller wrote: > On Mon, Jul 22, 2019 at 10:05:00AM +0800, Phil Reid wrote: > > I've encountered these checkpatch warnings as well. > > > > However 'struct gpio_chip' callbacks define the function signatures > > as 'unsigned', not 'unsigned int'. So I've

Re: [PATCH 1/2] [PATCH] gpio: Replace usage of bare 'unsigned' with 'unsigned int'

2019-07-21 Thread Hennie Muller
On Mon, Jul 22, 2019 at 10:05:00AM +0800, Phil Reid wrote: > G'day Hennie, > > patch title should be: > gpio: viperboard: Replace usage of bare 'unsigned' with 'unsigned int' Thanks Phil. I'll go read up a bit on amending commit messages for review. > > On 21/07/2019 20:52, Hennie Muller

Re: [PATCH 1/2] [PATCH] gpio: Replace usage of bare 'unsigned' with 'unsigned int'

2019-07-21 Thread Phil Reid
G'day Hennie, patch title should be: gpio: viperboard: Replace usage of bare 'unsigned' with 'unsigned int' On 21/07/2019 20:52, Hennie Muller wrote: Fixes a couple of warnings by checkpatch and sparse. Signed-off-by: Hennie Muller --- drivers/gpio/gpio-viperboard.c | 20

[PATCH 1/2] [PATCH] gpio: Replace usage of bare 'unsigned' with 'unsigned int'

2019-07-21 Thread Hennie Muller
Fixes a couple of warnings by checkpatch and sparse. Signed-off-by: Hennie Muller --- drivers/gpio/gpio-viperboard.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/gpio/gpio-viperboard.c b/drivers/gpio/gpio-viperboard.c index