[PATCH 0/2] Fixing the compile-test warnings in pinctrl-npcm7xx

Jonathan Neuschäfer posted 2 patches 4 years, 4 months ago
drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c | 160 +++++++++++-----------
1 file changed, 80 insertions(+), 80 deletions(-)
[PATCH 0/2] Fixing the compile-test warnings in pinctrl-npcm7xx
Posted by Jonathan Neuschäfer 4 years, 4 months ago
My "Nuvoton WPCM450 pinctrl and GPIO driver" patchset brought two
warnings[1] in the pinctrl-npcm7xx to light. Here's an attempt at fixing
them.

[1]: https://lore.kernel.org/lkml/202201292234.NpSNe4TD-lkp@intel.com/

Jonathan Neuschäfer (2):
  pinctrl: nuvoton: npcm7xx: Use %zd printk format for ARRAY_SIZE()
  pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR()

 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c | 160 +++++++++++-----------
 1 file changed, 80 insertions(+), 80 deletions(-)

--
2.34.1

Re: [PATCH 0/2] Fixing the compile-test warnings in pinctrl-npcm7xx
Posted by Andy Shevchenko 4 years, 4 months ago
On Wed, Feb 2, 2022 at 2:54 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
>
> My "Nuvoton WPCM450 pinctrl and GPIO driver" patchset brought two
> warnings[1] in the pinctrl-npcm7xx to light. Here's an attempt at fixing
> them.

With added the respective Fixes tag to each of them
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

Thanks!

> [1]: https://lore.kernel.org/lkml/202201292234.NpSNe4TD-lkp@intel.com/
>
> Jonathan Neuschäfer (2):
>   pinctrl: nuvoton: npcm7xx: Use %zd printk format for ARRAY_SIZE()
>   pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR()
>
>  drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c | 160 +++++++++++-----------
>  1 file changed, 80 insertions(+), 80 deletions(-)
>
> --
> 2.34.1
>


-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH 0/2] Fixing the compile-test warnings in pinctrl-npcm7xx
Posted by Jonathan Neuschäfer 4 years, 4 months ago
On Wed, Feb 02, 2022 at 04:20:11PM +0200, Andy Shevchenko wrote:
> On Wed, Feb 2, 2022 at 2:54 PM Jonathan Neuschäfer
> <j.neuschaefer@gmx.net> wrote:
> >
> > My "Nuvoton WPCM450 pinctrl and GPIO driver" patchset brought two
> > warnings[1] in the pinctrl-npcm7xx to light. Here's an attempt at fixing
> > them.
> 
> With added the respective Fixes tag to each of them

Good idea.

> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

Thanks!

Jonathan