Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 06b4501e88ad ("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>

authored by

Aswath Govindraju and committed by
Greg Kroah-Hartman
13613a22 477dfdcc

+1 -1
+1 -1
drivers/misc/eeprom/eeprom_93xx46.c
··· 511 511 MODULE_LICENSE("GPL"); 512 512 MODULE_DESCRIPTION("Driver for 93xx46 EEPROMs"); 513 513 MODULE_AUTHOR("Anatolij Gustschin <agust@denx.de>"); 514 - MODULE_ALIAS("spi:93xx46"); 514 + MODULE_ALIAS("spi:eeprom-93xx46");