Re: [PATCH 1/2] misc: eeprom_93xx46: Fix module alias to enable module autoprobe

2021-01-12 Thread Aswath Govindraju
On 12/01/21 12:49 pm, Vignesh Raghavendra wrote: > > > On 1/7/21 10:09 PM, Aswath Govindraju wrote: >> 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 EEPRO

Re: [PATCH 1/2] misc: eeprom_93xx46: Fix module alias to enable module autoprobe

2021-01-11 Thread Vignesh Raghavendra
On 1/7/21 10:09 PM, Aswath Govindraju wrote: > 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 > --- > drivers

[PATCH 1/2] misc: eeprom_93xx46: Fix module alias to enable module autoprobe

2021-01-07 Thread Aswath Govindraju
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 --- drivers/misc/eeprom/eeprom_93xx46.c | 2 +- 1 file changed, 1 inserti