diff --git a/drivers/spi/spi_stmp.c b/drivers/spi/spi_stmp.c index 5b1022b24a4..dc49b132e7c 100644 --- a/drivers/spi/spi_stmp.c +++ b/drivers/spi/spi_stmp.c @@ -665,7 +665,7 @@ static struct platform_driver stmp_spi_driver = { .probe = stmp_spi_probe, .remove = __devexit_p(stmp_spi_remove), .driver = { - .name = "stmp37xx_ssp", + .name = "stmp3xxx_ssp", .owner = THIS_MODULE, }, .suspend = stmp_spi_suspend,