* [PATCH] auxdisplay: seg-led-gpio: Import linedisp namespace
@ 2024-03-10 21:13 Chris Packham
2024-03-11 9:46 ` Geert Uytterhoeven
0 siblings, 1 reply; 3+ messages in thread
From: Chris Packham @ 2024-03-10 21:13 UTC (permalink / raw)
To: andy, geert; +Cc: linux-kernel, Chris Packham
The seg-led-gpio driver uses symbols from the linedisp namespace. Ensure
these are imported.
Fixes: 899383f9ecf5 ("auxdisplay: Add 7-segment LED display driver")
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
drivers/auxdisplay/seg-led-gpio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/auxdisplay/seg-led-gpio.c b/drivers/auxdisplay/seg-led-gpio.c
index 5dc2a006cac5..35a8dbb1e9d2 100644
--- a/drivers/auxdisplay/seg-led-gpio.c
+++ b/drivers/auxdisplay/seg-led-gpio.c
@@ -110,3 +110,4 @@ module_platform_driver(seg_led_driver);
MODULE_AUTHOR("Chris Packham <chris.packham@alliedtelesis.co.nz>");
MODULE_DESCRIPTION("7 segment LED driver");
MODULE_LICENSE("GPL");
+MODULE_IMPORT_NS(LINEDISP);
--
2.43.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] auxdisplay: seg-led-gpio: Import linedisp namespace
2024-03-10 21:13 [PATCH] auxdisplay: seg-led-gpio: Import linedisp namespace Chris Packham
@ 2024-03-11 9:46 ` Geert Uytterhoeven
2024-03-11 9:57 ` Andy Shevchenko
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-03-11 9:46 UTC (permalink / raw)
To: Chris Packham; +Cc: andy, linux-kernel
On Sun, Mar 10, 2024 at 10:13 PM Chris Packham
<chris.packham@alliedtelesis.co.nz> wrote:
> The seg-led-gpio driver uses symbols from the linedisp namespace. Ensure
> these are imported.
>
> Fixes: 899383f9ecf5 ("auxdisplay: Add 7-segment LED display driver")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/r/202403100401.IDre04gu-lkp@intel.com/
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] auxdisplay: seg-led-gpio: Import linedisp namespace
2024-03-11 9:46 ` Geert Uytterhoeven
@ 2024-03-11 9:57 ` Andy Shevchenko
0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2024-03-11 9:57 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Chris Packham, linux-kernel
On Mon, Mar 11, 2024 at 10:46:17AM +0100, Geert Uytterhoeven wrote:
> On Sun, Mar 10, 2024 at 10:13 PM Chris Packham
> <chris.packham@alliedtelesis.co.nz> wrote:
> > The seg-led-gpio driver uses symbols from the linedisp namespace. Ensure
> > these are imported.
> >
> > Fixes: 899383f9ecf5 ("auxdisplay: Add 7-segment LED display driver")
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/r/202403100401.IDre04gu-lkp@intel.com/
>
> > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
>
> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Pushed to my review and testing queue, thanks!
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-11 9:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-10 21:13 [PATCH] auxdisplay: seg-led-gpio: Import linedisp namespace Chris Packham
2024-03-11 9:46 ` Geert Uytterhoeven
2024-03-11 9:57 ` Andy Shevchenko
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.