diff options
author | Robby Cai <R63905@freescale.com> | 2009-11-09 12:01:29 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-02-12 17:19:32 +0100 |
commit | e7c88bb015976fda7ec8d6dc38ae6a9968e12b42 (patch) | |
tree | 6b77546a3a74ebff93294aa82697c27008df1fb6 /drivers/spi/spi_stmp.c | |
parent | e9feef644bdaab103998eb0ddb4d9aea08d5f535 (diff) |
ENGR00118079-1 fix mismatch of names of SPI device and driver
change the spi driver's name
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'drivers/spi/spi_stmp.c')
-rw-r--r-- | drivers/spi/spi_stmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi_stmp.c b/drivers/spi/spi_stmp.c index 5b1022b24a42..dc49b132e7c6 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, |