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>
This commit is contained in:
parent
0d0a3cc183
commit
8c4074cd22
@ -340,5 +340,5 @@ module_exit(max3107_exit);
|
||||
|
||||
MODULE_DESCRIPTION("MAX3107 driver");
|
||||
MODULE_AUTHOR("Aavamobile");
|
||||
MODULE_ALIAS("aava-max3107-spi");
|
||||
MODULE_ALIAS("spi:aava-max3107");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
@ -1209,5 +1209,5 @@ module_exit(max3107_exit);
|
||||
|
||||
MODULE_DESCRIPTION("MAX3107 driver");
|
||||
MODULE_AUTHOR("Aavamobile");
|
||||
MODULE_ALIAS("max3107-spi");
|
||||
MODULE_ALIAS("spi:max3107");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user