diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-08-01 15:20:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-23 19:02:01 +0200 |
commit | 8c4074cd2254606aeb788d518ccc27c9f97129e1 (patch) | |
tree | 771fec3af42c8069d12f4e2313001f8d8f2fe620 /drivers/tty/serial/mrst_max3110.c | |
parent | atmel_serial: fix atmel_default_console_device (diff) | |
download | linux-8c4074cd2254606aeb788d518ccc27c9f97129e1.tar.xz linux-8c4074cd2254606aeb788d518ccc27c9f97129e1.zip |
tty: Add "spi:" prefix for spi modalias
Since commit e0626e38 (spi: prefix modalias with "spi:"),
the spi modalias is prefixed with "spi:".
This patch adds "spi:" prefix and removes "-spi" suffix in the modalias.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/mrst_max3110.c')
-rw-r--r-- | drivers/tty/serial/mrst_max3110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/mrst_max3110.c b/drivers/tty/serial/mrst_max3110.c index a764bf99743b..23bc743f2a22 100644 --- a/drivers/tty/serial/mrst_max3110.c +++ b/drivers/tty/serial/mrst_max3110.c @@ -917,4 +917,4 @@ module_init(serial_m3110_init); module_exit(serial_m3110_exit); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("max3110-uart"); +MODULE_ALIAS("spi:max3110-uart"); |