Skip to content

Commit 5ee595d

Browse files
committed
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fix from Wolfram Sang: "Bugfix for the AT24 EEPROM driver" * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: misc: eeprom: at24: fix NVMEM name with custom AT24 device name
2 parents 7b1b868 + e977aaf commit 5ee595d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/misc/eeprom/at24.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ static int at24_probe(struct i2c_client *client)
736736

737737
nvmem_config.type = NVMEM_TYPE_EEPROM;
738738
nvmem_config.dev = dev;
739-
nvmem_config.id = NVMEM_DEVID_AUTO;
740739
nvmem_config.read_only = !writable;
741740
nvmem_config.root_only = !(flags & AT24_FLAG_IRUGO);
742741
nvmem_config.owner = THIS_MODULE;

0 commit comments

Comments
 (0)