mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	misc: eeprom_93xx46: Fix module alias to enable module autoprobe
Fix module autoprobe by correcting module alias to match the string from
/sys/class/.../spi1.0/modalias content.
Fixes: 06b4501e88 ("misc/eeprom: add driver for microwire 93xx46 EEPROMs")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Link: https://lore.kernel.org/r/20210107163957.28664-2-a-govindraju@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
			
			
This commit is contained in:
		
							parent
							
								
									477dfdccfc
								
							
						
					
					
						commit
						13613a2246
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -511,4 +511,4 @@ module_spi_driver(eeprom_93xx46_driver);
 | 
				
			||||||
MODULE_LICENSE("GPL");
 | 
					MODULE_LICENSE("GPL");
 | 
				
			||||||
MODULE_DESCRIPTION("Driver for 93xx46 EEPROMs");
 | 
					MODULE_DESCRIPTION("Driver for 93xx46 EEPROMs");
 | 
				
			||||||
MODULE_AUTHOR("Anatolij Gustschin <agust@denx.de>");
 | 
					MODULE_AUTHOR("Anatolij Gustschin <agust@denx.de>");
 | 
				
			||||||
MODULE_ALIAS("spi:93xx46");
 | 
					MODULE_ALIAS("spi:eeprom-93xx46");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue