Skip to content

Commit

Permalink
Merge tag 'at24-fixes-for-v5.10' of git://git.kernel.org/pub/scm/linu…
Browse files Browse the repository at this point in the history
…x/kernel/git/brgl/linux into i2c/for-current

at24 fixes for v5.10

- fix NVMEM name with custom AT24 device name
  • Loading branch information
Wolfram Sang committed Dec 11, 2020
2 parents 0477e92 + 4e302c3 commit e977aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/misc/eeprom/at24.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ static int at24_probe(struct i2c_client *client)

nvmem_config.type = NVMEM_TYPE_EEPROM;
nvmem_config.dev = dev;
nvmem_config.id = NVMEM_DEVID_AUTO;
nvmem_config.read_only = !writable;
nvmem_config.root_only = !(flags & AT24_FLAG_IRUGO);
nvmem_config.owner = THIS_MODULE;
Expand Down

0 comments on commit e977aaf

Please sign in to comment.