[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aMFzTaO7zGVgWNRK@ada.csh.rit.edu>
Date: Wed, 10 Sep 2025 08:47:09 -0400
From: Mary Strodl <mstrodl@....rit.edu>
To: kernel test robot <lkp@...el.com>
Cc: linux-kernel@...r.kernel.org, oe-kbuild-all@...ts.linux.dev,
linus.walleij@...aro.org, brgl@...ev.pl, linux-gpio@...r.kernel.org
Subject: Re: [PATCH] gpio: mpsse: support bryx radio interface kit
On Tue, Sep 09, 2025 at 09:32:09PM +0800, kernel test robot wrote:
> drivers/gpio/gpio-mpsse.c: In function 'mpsse_ensure_supported':
> >> drivers/gpio/gpio-mpsse.c:211:25: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
> 211 | "mpsse: GPIO %ld doesn't support %s\n",
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Oops. Turns out this is m68k-specific weirdness. v2 will convert the
result to an int and use %d.
I'll hold off on posting it because I'm anticipating there will be some feedback
on the actual code changes that will need a revision anyways ;)
Powered by blists - more mailing lists