lkml.org 
[lkml]   [2019]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.14 009/105] media: spi: IR LED: add missing of table registration
    Date
    From: Daniel Gomez <dagmcr@gmail.com>

    [ Upstream commit 24e4cf770371df6ad49ed873f21618d9878f64c8 ]

    MODULE_DEVICE_TABLE(of, <of_match_table> should be called to complete DT
    OF mathing mechanism and register it.

    Before this patch:
    modinfo drivers/media/rc/ir-spi.ko | grep alias

    After this patch:
    modinfo drivers/media/rc/ir-spi.ko | grep alias
    alias: of:N*T*Cir-spi-ledC*
    alias: of:N*T*Cir-spi-led

    Reported-by: Javier Martinez Canillas <javier@dowhile0.org>
    Signed-off-by: Daniel Gomez <dagmcr@gmail.com>
    Signed-off-by: Sean Young <sean@mess.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/media/rc/ir-spi.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/media/rc/ir-spi.c b/drivers/media/rc/ir-spi.c
    index 29ed0638cb74..cbe585f95715 100644
    --- a/drivers/media/rc/ir-spi.c
    +++ b/drivers/media/rc/ir-spi.c
    @@ -186,6 +186,7 @@ static const struct of_device_id ir_spi_of_match[] = {
    { .compatible = "ir-spi-led" },
    {},
    };
    +MODULE_DEVICE_TABLE(of, ir_spi_of_match);

    static struct spi_driver ir_spi_driver = {
    .probe = ir_spi_probe,
    --
    2.20.1
    \
     
     \ /
      Last update: 2019-07-15 17:45    [W:4.069 / U:0.104 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site