lkml.org 
[lkml]   [2022]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    Subject[PATCH v9 04/10] stmpe-spi: Fix typo
    From
    A small difference in the name supplied to MODULE_DEVICE_TABLE
    breaks a future patch set, so fix the typo.

    Cc: stable@vger.kernel.org
    Fixes: e789995d5c61 ("mfd: Add support for STMPE SPI interface")
    Reported-by: kernel test robot <lkp@intel.com>
    Signed-off-by: Allen Webb <allenwebb@google.com>
    ---
    drivers/mfd/stmpe-spi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/mfd/stmpe-spi.c b/drivers/mfd/stmpe-spi.c
    index ad8055a0e286..6791a5368977 100644
    --- a/drivers/mfd/stmpe-spi.c
    +++ b/drivers/mfd/stmpe-spi.c
    @@ -129,7 +129,7 @@ static const struct spi_device_id stmpe_spi_id[] = {
    { "stmpe2403", STMPE2403 },
    { }
    };
    -MODULE_DEVICE_TABLE(spi, stmpe_id);
    +MODULE_DEVICE_TABLE(spi, stmpe_spi_id);

    static struct spi_driver stmpe_spi_driver = {
    .driver = {
    --
    2.37.3
    \
     
     \ /
      Last update: 2023-03-26 23:15    [W:5.257 / U:0.304 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site